mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Disable rollup's treeshake
It eliminated all code under this line 5b5f7ad105/src/text-expander-element.ts (L124)
This commit is contained in:
parent
bd3ca460a9
commit
668acdcf0b
1 changed files with 1 additions and 0 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue