mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-20 07:14:23 +00:00
fix: 去掉 flags
This commit is contained in:
parent
8ec282f157
commit
75fc3c6539
@ -16,6 +16,7 @@ module.exports = ({ onGetWebpackConfig }) => {
|
|||||||
.use(
|
.use(
|
||||||
new MonacoWebpackPlugin({
|
new MonacoWebpackPlugin({
|
||||||
languages: ['typescript', 'css', 'json'],
|
languages: ['typescript', 'css', 'json'],
|
||||||
|
features: ['!gotoSymbol'],
|
||||||
}),
|
}),
|
||||||
[],
|
[],
|
||||||
);
|
);
|
||||||
|
|||||||
@ -23,7 +23,7 @@ import * as Field from './fields';
|
|||||||
import Prop from './prop';
|
import Prop from './prop';
|
||||||
import Env from './env';
|
import Env from './env';
|
||||||
import DragEngine from './drag-engine';
|
import DragEngine from './drag-engine';
|
||||||
import Flags from './base/flags';
|
// import Flags from './base/flags';
|
||||||
import Viewport from './viewport';
|
import Viewport from './viewport';
|
||||||
import Project from './project';
|
import Project from './project';
|
||||||
|
|
||||||
@ -110,7 +110,7 @@ const VisualEngine = {
|
|||||||
Project,
|
Project,
|
||||||
logger,
|
logger,
|
||||||
Symbols,
|
Symbols,
|
||||||
Flags,
|
// Flags,
|
||||||
};
|
};
|
||||||
|
|
||||||
(window as any).VisualEngine = VisualEngine;
|
(window as any).VisualEngine = VisualEngine;
|
||||||
|
|||||||
@ -57,5 +57,5 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npm.alibaba-inc.com"
|
"registry": "https://registry.npm.alibaba-inc.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@0.12.1-1/build/index.html"
|
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@0.12.1-2/build/index.html"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -54,5 +54,5 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "http://registry.npm.alibaba-inc.com"
|
"registry": "http://registry.npm.alibaba-inc.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@0.12.1-1/build/index.html"
|
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@0.12.1-2/build/index.html"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user