mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2026-07-25 03:02:03 +00:00
🐛 Fix webpack externals
This commit is contained in:
Vendored
+1
@@ -6,6 +6,7 @@ config.output.filename = config.output.filename.replace(/\.js$/, '.min.js')
|
||||
delete config.devtool
|
||||
|
||||
config.plugins = [
|
||||
new webpack.optimize.ModuleConcatenationPlugin(),
|
||||
new webpack.optimize.UglifyJsPlugin({
|
||||
sourceMap: false,
|
||||
compress: {
|
||||
|
||||
Reference in New Issue
Block a user