Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: upgrade esbuild to 0.14
  • Loading branch information
egoist committed Dec 10, 2021
1 parent 5edf9a8 commit 7f2660c
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -33,11 +33,11 @@
]
},
"dependencies": {
"bundle-require": "^2.1.7",
"bundle-require": "^2.1.8",
"cac": "^6.7.12",
"chokidar": "^3.5.1",
"debug": "^4.3.1",
"esbuild": "^0.13.15",
"esbuild": "^0.14.2",
"execa": "^5.0.0",
"globby": "^11.0.3",
"joycon": "^3.0.1",
Expand Down
194 changes: 190 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/esbuild/svelte.ts
Expand Up @@ -70,7 +70,7 @@ export const sveltePlugin = ({
sourcemap: true,
tsconfigRaw: {
compilerOptions: {
importsNotUsedAsValues: 'preserve',
preserveValueImports: true,
},
},
})
Expand Down

0 comments on commit 7f2660c

Please sign in to comment.