fix: build 配置文件修改

This commit is contained in:
mario.gk 2020-09-24 10:32:00 +08:00
parent ca89731b2d
commit 91cfb564df
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ module.exports = ({ onGetWebpackConfig }) => {
.use(
new MonacoWebpackPlugin({
languages: ['typescript', 'css', 'json'],
features: ['!gotoSymbol'],
}),
[],
);

View File

@ -54,5 +54,5 @@
"publishConfig": {
"registry": "http://registry.npm.alibaba-inc.com"
},
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@1.0.9-9/build/index.html"
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@0.12.1-1/build/index.html"
}