Harmonization with IVIS
This commit is contained in:
parent
428fb9db7b
commit
397f85dac4
41 changed files with 8587 additions and 10940 deletions
|
@ -3,7 +3,7 @@ const path = require('path');
|
|||
|
||||
const webpackConf = require('../ivis-core/client/webpack.config');
|
||||
|
||||
webpackConf.resolve.modules = ['node_modules', '../ivis-core/client/node_modules', './src/bimlib'];
|
||||
webpackConf.resolve.modules = ['node_modules', '../ivis-core/client/node_modules'];
|
||||
webpackConf.entry = {
|
||||
'index-trusted': ['babel-polyfill', './src/root-trusted.js'],
|
||||
'index-sandbox': ['babel-polyfill', '../ivis-core/client/src/root-sandbox.js']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue