try static build
This commit is contained in:
parent
cc85173547
commit
75dc38a87f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
import registerComponents from "./packages/register-components";
|
// import registerComponents from "./packages/register-components";
|
||||||
import defineConfig from "./packages/define-config";
|
import defineConfig from "./packages/define-config";
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
onBuild: [registerComponents()],
|
onBuild: [],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue