mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
chore: build
This commit is contained in:
parent
751fd995a5
commit
fbdbafef16
@ -1,5 +1,4 @@
|
||||
const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
|
||||
const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin');
|
||||
|
||||
module.exports = ({ onGetWebpackConfig }) => {
|
||||
onGetWebpackConfig((config) => {
|
||||
|
||||
@ -18,8 +18,6 @@
|
||||
"@ali/lowcode-editor-skeleton": "^0.8.11",
|
||||
"@ali/lowcode-plugin-designer": "^0.9.7",
|
||||
"@ali/lowcode-plugin-outline-pane": "^0.8.13",
|
||||
"@ali/lowcode-plugin-undo-redo": "^0.8.10",
|
||||
"@ali/lowcode-plugin-zh-en": "^0.8.12",
|
||||
"@ali/ve-i18n-util": "^2.0.2",
|
||||
"@ali/ve-icons": "^4.1.9",
|
||||
"@ali/ve-less-variables": "2.0.3",
|
||||
@ -33,7 +31,8 @@
|
||||
"@alife/theme-lowcode-light": "^0.1.0",
|
||||
"domready": "^1.0.8",
|
||||
"react": "^16.8.1",
|
||||
"react-dom": "^16.8.1"
|
||||
"react-dom": "^16.8.1",
|
||||
"immutable": "^3.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alib/build-scripts": "^0.1.18",
|
||||
@ -44,7 +43,6 @@
|
||||
"build-plugin-fusion": "^0.1.0",
|
||||
"build-plugin-moment-locales": "^0.1.0",
|
||||
"build-plugin-react-app": "^1.1.2",
|
||||
"monaco-editor-webpack-plugin": "^1.9.0",
|
||||
"tsconfig-paths-webpack-plugin": "^3.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user