mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-04 17:27:09 +00:00
修改raxengine引入包
This commit is contained in:
parent
635b2e0091
commit
dedaea7200
@ -1,12 +1,5 @@
|
|||||||
{
|
{
|
||||||
"plugins": [
|
"plugins": [
|
||||||
[
|
|
||||||
"build-plugin-rax-component",
|
|
||||||
{
|
|
||||||
"type": "rax",
|
|
||||||
"targets": ["web"]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
[
|
||||||
"build-plugin-component",
|
"build-plugin-component",
|
||||||
{
|
{
|
||||||
|
|||||||
@ -0,0 +1,5 @@
|
|||||||
|
module.exports = ({ onGetWebpackConfig }) => {
|
||||||
|
onGetWebpackConfig((config) => {
|
||||||
|
config.performance.hints(false);
|
||||||
|
});
|
||||||
|
};
|
||||||
@ -1,6 +1,6 @@
|
|||||||
import { Fragment, Component, createElement } from 'rax';
|
import { Fragment, Component, createElement } from 'rax';
|
||||||
// import { observer } from './obx-rax/observer';
|
// import { observer } from './obx-rax/observer';
|
||||||
import RaxEngine from '../../rax-render/src/index';
|
import RaxEngine from '@ali/lowcode-rax-renderer';
|
||||||
import { SimulatorRenderer } from './renderer';
|
import { SimulatorRenderer } from './renderer';
|
||||||
import { host } from './host';
|
import { host } from './host';
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user