Harmonization with IVIS
This commit is contained in:
parent
428fb9db7b
commit
397f85dac4
41 changed files with 8587 additions and 10940 deletions
6433
mvis/client/package-lock.json
generated
6433
mvis/client/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -10,23 +10,22 @@
|
|||
"author": "Tomas Bures",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.24.1",
|
||||
"babel-core": "^6",
|
||||
"babel-loader": "^7.1.1",
|
||||
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
||||
"babel-plugin-transform-function-bind": "^6.22.0",
|
||||
"babel-preset-env": "^1.6.0",
|
||||
"babel-preset-react": "^6.24.1",
|
||||
"babel-preset-stage-1": "^6.24.1",
|
||||
"css-loader": "^0.28.5",
|
||||
"file-loader": "^0.11.2",
|
||||
"i18next-conv": "^3.0.3",
|
||||
"imports-loader": "^0.7.1",
|
||||
"node-sass": "^4.5.3",
|
||||
"sass-loader": "^6.0.6",
|
||||
"style-loader": "^0.18.2",
|
||||
"@babel/cli": "^7.2.3",
|
||||
"@babel/core": "^7.2.2",
|
||||
"@babel/plugin-proposal-class-properties": "^7.2.3",
|
||||
"@babel/plugin-proposal-decorators": "^7.2.3",
|
||||
"@babel/plugin-proposal-function-bind": "^7.2.0",
|
||||
"@babel/preset-env": "^7.2.3",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"babel-loader": "^8.0.4",
|
||||
"css-loader": "^2.1.0",
|
||||
"file-loader": "^3.0.1",
|
||||
"node-sass": "^4.11.0",
|
||||
"sass-loader": "^7.1.0",
|
||||
"style-loader": "^0.23.1",
|
||||
"url-loader": "^1.1.2",
|
||||
"webpack": "^3.5.5"
|
||||
"webpack": "^4.28.3",
|
||||
"webpack-cli": "^3.2.0"
|
||||
},
|
||||
"optionalDependencies": {},
|
||||
"dependencies": {}
|
||||
|
|
|
@ -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