Browse Source

fx type in conf

pull/14/head
glitch4347 5 months ago
parent
commit
833780105a
  1. 2
      build/webpack.base.conf.js

2
build/webpack.base.conf.js

@ -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']
},

Loading…
Cancel
Save