Skip to content

Commit

Permalink
Revert "feat(build): Transpile assuming higher version of runt… (#10233)
Browse files Browse the repository at this point in the history
This reverts commit 6b87b2b.
  • Loading branch information
Timer committed Jan 23, 2020
1 parent 945f726 commit 3c3186e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next/build/babel/preset.ts
Expand Up @@ -156,7 +156,6 @@ module.exports = (
helpers: true,
regenerator: true,
useESModules: supportsESM && presetEnvConfig.modules !== 'commonjs',
version: require('@babel/runtime-corejs2/package.json').version,
absoluteRuntime: (process.versions as any).pnp
? __dirname
: undefined,
Expand Down

0 comments on commit 3c3186e

Please sign in to comment.