Upgrade to Mapbox GL JS v0.24 and solve dedupe problem

This commit is contained in:
lukasmartinelli
2016-09-20 18:16:00 +02:00
parent be5e0fea00
commit e76be1a247
2 changed files with 3 additions and 6 deletions
+1 -4
View File
@@ -93,9 +93,6 @@ module.exports = {
template: './src/template.html',
title: 'Maputnik'
}),
//TODO: If the DedupePlugin errors happen
// I guess this has todo that i use the Mapbox GL spec
// at severall places from different locations?
//new webpack.optimize.DedupePlugin()
new webpack.optimize.DedupePlugin()
]
};