Merge pull request #124 from orangemug/fix/issue-110-update-mapbox-style-spec

Update style spec
This commit is contained in:
Orange Mug
2017-10-05 06:16:04 +01:00
committed by GitHub
20 changed files with 53 additions and 60 deletions

View File

@@ -6,7 +6,7 @@ module.exports = [
},
{
test: /\.jsx?$/,
exclude: /(node_modules|bower_components|public)/,
exclude: /(.*node_modules(?![\/\\]@mapbox[\/\\]mapbox-gl-style-spec)|bower_components|public)/,
loader: 'babel',
query: {
presets: ['es2015', 'react'],

View File

@@ -20,8 +20,6 @@ module.exports = {
vendor: [
'file-saver',
'mapbox-gl/dist/mapbox-gl.js',
//TODO: Build failure because cannot resolve migrations file
//"mapbox-gl-style-spec",
"lodash.clonedeep",
"lodash.throttle",
'color',