Skip to content
Snippets Groups Projects
Commit 4e1fb57f authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix d3-tip

parent 0cc4e62d
No related branches found
No related tags found
No related merge requests found
......@@ -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'
]
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment