Skip to content

Commit

Permalink
Merge pull request cesium-ml#165 from stefanv/remove_ify
Browse files Browse the repository at this point in the history
Remove ify loader (previously required for plotly)
  • Loading branch information
bnaul authored Feb 28, 2017
2 parents 4ef2f85 + f487b1c commit 1fcc34a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"eslint-plugin-react": "^6.10.0",
"exports-loader": "^0.6.3",
"glslify": "^6.0.1",
"ify-loader": "^1.0.3",
"imports-loader": "^0.7.0",
"style-loader": "^0.13.1"
},
Expand Down
3 changes: 1 addition & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ const config = {
'style-loader',
'css-loader'
]
},
{ test: /node_modules/, loader: 'ify-loader' }
}
],
},
plugins: [
Expand Down

0 comments on commit 1fcc34a

Please sign in to comment.