We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c48db6 commit 44a5458Copy full SHA for 44a5458
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [0.1.1](https://github.com/MicroAppJS/plugin-webpack/compare/v0.1.0...v0.1.1) (2022-04-08)
2
+
3
4
+### Bug Fixes
5
6
+* 修复 target 参数赋值 ([6c48db6](https://github.com/MicroAppJS/plugin-webpack/commit/6c48db6d3c18d3cea1e0b03dd3084eedb343583a))
7
8
# [0.1.0](https://github.com/MicroAppJS/plugin-webpack/compare/v0.0.19...v0.1.0) (2021-12-21)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@micro-app/plugin-webpack",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "[Plugin] webpack adapter plugin.",
"main": "src/index.js",
"scripts": {
0 commit comments