mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 14:07:33 +00:00
Upgrade to Mapbox GL JS v0.24 and solve dedupe problem
This commit is contained in:
+2
-2
@@ -19,8 +19,8 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"file-saver": "^1.3.2",
|
"file-saver": "^1.3.2",
|
||||||
"immutable": "^3.8.1",
|
"immutable": "^3.8.1",
|
||||||
"mapbox-gl": "^0.23.0",
|
"mapbox-gl": "^0.24.0",
|
||||||
"mapbox-gl-style-spec": "^8.8.0",
|
"mapbox-gl-style-spec": "mapbox/mapbox-gl-style-spec#83b1a3e5837d785af582efd5ed1a212f2df6a4ae",
|
||||||
"node-sass": "^3.9.2",
|
"node-sass": "^3.9.2",
|
||||||
"randomcolor": "^0.4.4",
|
"randomcolor": "^0.4.4",
|
||||||
"react": "^15.3.0",
|
"react": "^15.3.0",
|
||||||
|
|||||||
@@ -93,9 +93,6 @@ module.exports = {
|
|||||||
template: './src/template.html',
|
template: './src/template.html',
|
||||||
title: 'Maputnik'
|
title: 'Maputnik'
|
||||||
}),
|
}),
|
||||||
//TODO: If the DedupePlugin errors happen
|
new webpack.optimize.DedupePlugin()
|
||||||
// I guess this has todo that i use the Mapbox GL spec
|
|
||||||
// at severall places from different locations?
|
|
||||||
//new webpack.optimize.DedupePlugin()
|
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user