Work in progress on integration of IVIS.
Some fixes.
This commit is contained in:
parent
3a17d7fd75
commit
2aaa8f45b3
11 changed files with 188 additions and 12 deletions
|
@ -1,12 +1,11 @@
|
|||
const webpack = require('webpack');
|
||||
const path = require('path');
|
||||
|
||||
const webpackConf = require('../ivis-core/client/webpack.config');
|
||||
|
||||
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']
|
||||
'index-trusted': ['@babel/polyfill', './src/root-trusted.js'],
|
||||
'index-sandbox': ['@babel/polyfill', '../ivis-core/client/src/root-sandbox.js']
|
||||
};
|
||||
webpackConf.output = {
|
||||
filename: '[name].js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue