update 字典管理
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
const CracoLessPlugin = require('craco-less');
|
||||
const CracoLessPlugin = require('craco-less')
|
||||
const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin')
|
||||
|
||||
module.exports = {
|
||||
devServer: {
|
||||
@@ -25,4 +26,9 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
webpack: {
|
||||
plugins: [
|
||||
new MonacoWebpackPlugin()
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user