no longer bundle css files within js files

This commit is contained in:
huangjx
2022-05-05 19:19:50 +08:00
parent c5a795f83e
commit c3e41f9102
6 changed files with 21 additions and 16 deletions

View File

@@ -68,6 +68,7 @@
"vue-loader": "^16.0.0-beta.10",
"vue-svg-loader": "^0.17.0-beta.2",
"webpack": "^5.69.0",
"webpack-cli": "^4.9.0"
"webpack-cli": "^4.9.0",
"mini-css-extract-plugin": "^2.6.0"
}
}
}