mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-14 19:24:40 +00:00
Merge branch 'master' of github.com:sveltejs/sapper-template
This commit is contained in:
@@ -53,7 +53,6 @@ module.exports = {
|
||||
] : [
|
||||
new ExtractTextPlugin('main.css'),
|
||||
new webpack.optimize.ModuleConcatenationPlugin(),
|
||||
new webpack.optimize.AggressiveSplittingPlugin(),
|
||||
new UglifyJSPlugin()
|
||||
]).filter(Boolean),
|
||||
devtool: isDev && 'inline-source-map'
|
||||
|
||||
Reference in New Issue
Block a user