update 字典结构更改. 扩展值可编辑为json

This commit is contained in:
2021-05-20 20:39:46 +08:00
parent e7fea323bd
commit ad08df1150
25 changed files with 1033 additions and 144 deletions

View File

@@ -1,3 +1,5 @@
const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin')
module.exports = {
devServer: {
open: true,
@@ -19,4 +21,9 @@ module.exports = {
}
}
},
configureWebpack: {
plugins: [
new MonacoWebpackPlugin()
]
}
}