This commit is contained in:
2020-10-02 23:07:21 +00:00
parent 518668c688
commit 9622e4be44
2 changed files with 6 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
// webpack.config.js
module.exports = {
optimization: {
splitChunks: {
chunks: "all"
}
},
// optimization: {
// splitChunks: {
// chunks: "all"
// }
// },
rules: [
{
test: /\.s(c|a)ss$/,