Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Apr 25, 2023
1 parent 3b0e2b4 commit 19be4bd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/next/taskfile-swc.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ module.exports = function (task) {
useBuiltins: true,
},
},
modules: {
type: 'commonjs',
importInterop: 'node',
},
},
modules: {
type: 'commonjs',
importInterop: 'node',
},
}

Expand Down Expand Up @@ -99,10 +99,10 @@ module.exports = function (task) {
useBuiltins: true,
},
},
modules: {
type: 'commonjs',
importInterop: 'node',
},
},
modules: {
type: 'commonjs',
importInterop: 'node',
},
}

Expand Down

0 comments on commit 19be4bd

Please sign in to comment.