Skip to content

Commit

Permalink
Install map boxgl dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Maher committed Mar 10, 2017
1 parent ed3d128 commit e522daf
Show file tree
Hide file tree
Showing 5 changed files with 557 additions and 23 deletions.
1 change: 1 addition & 0 deletions .storybook/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ var cssMap = webpackPostcssTools.makeVarMap(path.join(paths.globalsSrc, 'index.c

module.exports = {
module: {
noParse: /node_modules\/mapbox-gl\/dist\/mapbox-gl.js/,
loaders: [
{
test: /\.css$/,
Expand Down
1 change: 1 addition & 0 deletions config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ module.exports = {
moduleTemplates: ['*-loader']
},
module: {
noParse: /node_modules\/mapbox-gl\/dist\/mapbox-gl.js/,
// First, run the linter.
// It's important to do this before Babel processes the JS.
preLoaders: [
Expand Down
1 change: 1 addition & 0 deletions config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ module.exports = {
moduleTemplates: ['*-loader']
},
module: {
noParse: /node_modules\/mapbox-gl\/dist\/mapbox-gl.js/,
// First, run the linter.
// It's important to do this before Babel processes the JS.
preLoaders: [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"key-mirror": "^1.0.1",
"lodash": "^4.16.3",
"lost": "^7.1.0",
"mapbox-gl": "^0.32.1",
"moment": "^2.17.1",
"moment-range": "^3.0.2",
"object-fit-images": "^2.5.9",
Expand Down
Loading

0 comments on commit e522daf

Please sign in to comment.