mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-10 18:03:01 +00:00
10 lines
203 B
JSON
10 lines
203 B
JSON
{
|
|
"plugins": [
|
|
"@alilc/build-plugin-lce",
|
|
"@alilc/lowcode-test-mate/plugin/index.ts"
|
|
],
|
|
"babelPlugins": [
|
|
["@babel/plugin-proposal-private-property-in-object", { "loose": true }]
|
|
]
|
|
}
|