mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
fix "base.config.concat is not a function"
This commit is contained in:
parent
5d89bdb278
commit
efe109067e
@ -5,7 +5,7 @@ module.exports = Object.assign(base.config, {
|
||||
entry: [
|
||||
'./index.js'
|
||||
],
|
||||
plugins: base.config.concat([
|
||||
plugins: base.config.plugins.concat([
|
||||
new webpack.optimize.DedupePlugin(),
|
||||
new webpack.optimize.OccurrenceOrderPlugin(true),
|
||||
new webpack.optimize.UglifyJsPlugin()
|
||||
|
Loading…
Reference in New Issue
Block a user