Disable rollup's treeshake

It eliminated all code under this line 5b5f7ad105/src/text-expander-element.ts (L124)
pull/86/head
Lim Chee Aun 2023-03-22 21:01:03 +08:00
rodzic bd3ca460a9
commit 668acdcf0b
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -86,6 +86,7 @@ export default defineConfig({
build: {
sourcemap: true,
rollupOptions: {
treeshake: false,
input: {
main: resolve(__dirname, 'index.html'),
compose: resolve(__dirname, 'compose/index.html'),