|
|
|
@ -26,7 +26,7 @@ module.exports = {
|
|
|
|
|
resolve: { |
|
|
|
|
extensions: ['.ts', '.js'], |
|
|
|
|
// this is necessary for resolution of external libs like d3 in dev mode
|
|
|
|
|
// in linkind: webpack will take d3 from this node_modules but not from
|
|
|
|
|
// when core is linked: webpack will take d3 from this node_modules but not from
|
|
|
|
|
// internal so you get one version of d3
|
|
|
|
|
modules: [path.resolve(__dirname, '../node_modules'), 'node_modules'] |
|
|
|
|
}, |
|
|
|
|