Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 16, 2023
1 parent e4c3d29 commit f1c9ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rollup/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export const plugins = [

// Externals Plugin
if (!nitro.options.noExternals) {
let externalsPlugin = nitro.options.experimental.legacyExternals
const externalsPlugin = nitro.options.experimental.legacyExternals
? legacyExternals
: externals;
rollupConfig.plugins.push(
Expand Down

0 comments on commit f1c9ce4

Please sign in to comment.