Skip to content

Commit

Permalink
fix: remove nitro minify
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Jan 1, 2024
1 parent 3381969 commit 5fc8c6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vinxi/lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ export async function createBuild(app, buildConfig) {
// externals: {
// inline: ["node-fetch-native/polyfill"],
// },

minify: process.env.MINIFY !== "false" ?? true,
// minify: process.env.MINIFY !== "false" ?? true,
plugins: [
"#vinxi/prod-app",
fileURLToPath(new URL("./app-fetch.js", import.meta.url)),
Expand Down

0 comments on commit 5fc8c6f

Please sign in to comment.