mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 20:29:45 -04:00
Remove Dedupe plugin from webpack
https://webpack.github.io/docs/list-of-plugins.html#dedupeplugin – it's still experimental. This allows `make watch` to update correctly.
This commit is contained in:
parent
ae8d4d8990
commit
d9936af58f
1 changed files with 1 additions and 2 deletions
|
@ -60,7 +60,6 @@ module.exports = {
|
|||
warnings: false
|
||||
}
|
||||
}),
|
||||
new webpack.optimize.OccurenceOrderPlugin(),
|
||||
new webpack.optimize.DedupePlugin()
|
||||
new webpack.optimize.OccurenceOrderPlugin()
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue