Skip to content

Commit b3d68a8

Browse files
committed
Fix CSS webpack config
1 parent 05a86d5 commit b3d68a8

File tree

2 files changed

+1
-1011
lines changed

2 files changed

+1
-1011
lines changed

Diff for: assets/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = (env, options) => ({
3434
]
3535
},
3636
plugins: [
37-
new MiniCssExtractPlugin({ filename: '../css/app.css' }),
37+
new MiniCssExtractPlugin({ filename: 'css/app.css' }),
3838
new CopyWebpackPlugin({ patterns: [{ from: 'static/', to: '.' }] }),
3939
]
4040
});

0 commit comments

Comments
 (0)