diff --git a/package.json b/package.json index c53e459..e5516fb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nuxtr-vscode", "displayName": "Nuxtr", "description": "An extension for Nuxt offering commands and tools to make your experience more pleasant.", - "version": "0.2.12", + "version": "0.2.13", "packageManager": "pnpm@8.14.1", "engines": { "vscode": "^1.85.0" @@ -1138,4 +1138,4 @@ "uglify-js@<2.6.0": ">=3.17.4" } } -} +} \ No newline at end of file diff --git a/tsup.config.ts b/tsup.config.ts index 09951b0..2c30383 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -8,7 +8,7 @@ export default defineConfig({ dts: false, splitting: true, clean: true, - minify: false, + minify: 'terser', platform: 'node', sourcemap: false, external: ['vscode'],