diff options
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/webpack.config.js b/webpack.config.js index 9bbbc0c..a0b66d2 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -45,16 +45,5 @@ module.exports = { new MiniCssExtractPlugin({ }), new OptimizeCssAssetsPlugin(), - ].concat(process.env.NODE_ENV == 'production' ? [ - new PurgecssPlugin({ - paths: glob.sync([ - './src/*.html', - './src/*.js', - './src/*.vue', - './src/**/*.vue', - './node_modules/buefy/src/components/table/*', - './node_modules/buefy/src/components/pagination/*', - ]) - }), - ] : []), + ], }; |
