1
0
mirror of https://github.com/Safe-Support-Chat/ocrcc-chatbox synced 2025-04-05 19:53:38 +00:00

fix: webpack config ()

This commit is contained in:
Benjamin Boudreau 2019-04-27 08:01:14 -04:00 committed by GitHub
parent ca2ff25bd7
commit 23dc317c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ const devMode = process.env.NODE_ENV !== 'production';
const defaultConfig = {
mode: 'production',
plugins: [
new CleanWebpackPlugin(['dist/']),
new CleanWebpackPlugin(),
new MiniCssExtractPlugin({
// Options similar to the same options in webpackOptions.output
// both options are optional