Skip to content

Commit 2f72fac

Browse files
fix small issue
1 parent 103152d commit 2f72fac

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

client/packages/lowcoder-sdk/vite.config.mts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,8 @@ export const viteConfig: UserConfig = {
4141
fileName: "lowcoder-sdk",
4242
},
4343
rollupOptions: {
44-
input: {
45-
'appView': '../lowcoder/src/appView/index.ts',
46-
'lowcoder-sdk': './src/index.ts',
47-
},
4844
external: ["react", "react-dom"],
4945
output: {
50-
entryFileNames: '[hash].js',
5146
chunkFileNames: "[hash].js",
5247
},
5348
onwarn: (warning, warn) => {

0 commit comments

Comments
 (0)