mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 06:17:44 +01:00
Removed old plugins from webpack config.
This commit is contained in:
parent
f452ea0d26
commit
203aaf51b7
1 changed files with 2 additions and 3 deletions
|
@ -58,7 +58,7 @@ module.exports = {
|
|||
tls: 'empty'
|
||||
},
|
||||
plugins: [
|
||||
new webpack.NoErrorsPlugin(),
|
||||
new webpack.NoEmitOnErrorsPlugin(),
|
||||
new webpack.optimize.CommonsChunkPlugin({ name: 'vendor', filename: '[chunkhash].vendor.js' }),
|
||||
new WebpackCleanupPlugin(),
|
||||
new webpack.DefinePlugin({
|
||||
|
@ -78,7 +78,6 @@ module.exports = {
|
|||
new HtmlWebpackPlugin({
|
||||
template: './src/template.html',
|
||||
title: 'Maputnik'
|
||||
}),
|
||||
new webpack.optimize.DedupePlugin()
|
||||
})
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue