We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aedcfcb commit e7f3821Copy full SHA for e7f3821
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [0.0.17](https://github.com/MicroAppJS/plugin-webpack/compare/v0.0.16...v0.0.17) (2021-03-25)
2
+
3
4
+### Bug Fixes
5
6
+* 修复svg的配置 ([aedcfcb](https://github.com/MicroAppJS/plugin-webpack/commit/aedcfcb982c96e5ebe06cd84365bbaafb780ee40))
7
8
## [0.0.16](https://github.com/MicroAppJS/plugin-webpack/compare/v0.0.15...v0.0.16) (2021-03-25)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@micro-app/plugin-webpack",
- "version": "0.0.16",
+ "version": "0.0.17",
"description": "[Plugin] webpack adapter plugin.",
"main": "src/index.js",
"scripts": {
0 commit comments