Skip to content

Commit

Permalink
fix(vite): enable vite strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 11, 2022
1 parent aa31601 commit 4aaf4eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/bridge/src/vite/vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ async function bundle (nuxt: Nuxt, builder: any) {
ignored: isIgnored
},
fs: {
strict: false,
allow: [
nuxt.options.buildDir,
nuxt.options.srcDir,
Expand Down

0 comments on commit 4aaf4eb

Please sign in to comment.