Skip to content

Commit

Permalink
build: fixed failed to resolve entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Dec 22, 2023
1 parent 2505613 commit a03e342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export default defineNuxtConfig({
// by replacing it with a dummy module we can reduce the bundle size by 360kb
'@babel/core': `${__dirname}/_empty.ts`,
'isolated-vm': `${__dirname}/_empty.ts`,
'deob': `${__dirname}../packages/deob/src`,
},
},
plugins: [
Expand Down

0 comments on commit a03e342

Please sign in to comment.