diff --git a/webpack.config.js b/webpack.config.js index 5f8c8d1f8b90ad6f76e42fc016d938caea05a098..2e62a9029a8b24b983e9db0e079732b57c0bef76 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -72,7 +72,7 @@ var config = module.exports = { // { test: /\.css$/, loader: 'style!css!cssnext' } ], noParse: [ - /node_modules\/(angular|ng-|ace|moment|underscore|d3)/ // doesn't include 'crossfilter', 'dc', and 'tether' due to use of 'require' + /node_modules\/(angular|ng-|ace|moment|underscore|d3-tip)/ // doesn't include 'crossfilter', 'dc', and 'tether' due to use of 'require' ] },