We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103152d commit 2f72facCopy full SHA for 2f72fac
client/packages/lowcoder-sdk/vite.config.mts
@@ -41,13 +41,8 @@ export const viteConfig: UserConfig = {
41
fileName: "lowcoder-sdk",
42
},
43
rollupOptions: {
44
- input: {
45
- 'appView': '../lowcoder/src/appView/index.ts',
46
- 'lowcoder-sdk': './src/index.ts',
47
- },
48
external: ["react", "react-dom"],
49
output: {
50
- entryFileNames: '[hash].js',
51
chunkFileNames: "[hash].js",
52
53
onwarn: (warning, warn) => {
0 commit comments