Skip to content

Commit a03b836

Browse files
committed
update rollup options
1 parent 2b08b60 commit a03b836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Cms.Integrations.Search.Algolia/Client/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineConfig({
1111
emptyOutDir: true,
1212
sourcemap: true,
1313
rollupOptions: {
14-
external: [/^@umbraco/],
14+
external: [/^@umbraco-cms/],
1515
onwarn: () => { },
1616
},
1717
},

0 commit comments

Comments
 (0)