Skip to content

Commit

Permalink
fix: do not inline whole rootDir
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 30, 2022
1 parent f01d9b8 commit 0929bcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rollup/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ export const getRollupConfig = (nitro: Nitro) => {
'virtual:',
runtimeDir,
nitro.options.srcDir,
nitro.options.rootDir,
nitro.options.srcDir,
...nitro.options.handlers.map(m => m.handler).filter(i => typeof i === 'string'),
// TODO: Move to Nuxt
...(nitro.options.dev ? [] : ['vue', '@vue/', '@nuxt/'])
Expand Down

0 comments on commit 0929bcd

Please sign in to comment.