mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +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: [
|
entry: [
|
||||||
'./index.js'
|
'./index.js'
|
||||||
],
|
],
|
||||||
plugins: base.config.concat([
|
plugins: base.config.plugins.concat([
|
||||||
new webpack.optimize.DedupePlugin(),
|
new webpack.optimize.DedupePlugin(),
|
||||||
new webpack.optimize.OccurrenceOrderPlugin(true),
|
new webpack.optimize.OccurrenceOrderPlugin(true),
|
||||||
new webpack.optimize.UglifyJsPlugin()
|
new webpack.optimize.UglifyJsPlugin()
|
||||||
|
Loading…
Reference in New Issue
Block a user