Skip to content

Commit

Permalink
Fixing failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
janicklas-ralph committed Oct 18, 2019
1 parent b1b2868 commit 7ca78a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/next/build/polyfills/object-assign.cjs.js

This file was deleted.

2 changes: 1 addition & 1 deletion packages/next/build/polyfills/object-assign.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default Object.assign
module.exports = Object.assign
2 changes: 1 addition & 1 deletion packages/next/build/webpack-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default async function getBaseWebpackConfig(
'object-assign': path.join(
__dirname,
'polyfills',
'object-assign.cjs.js'
'object-assign.js'
),
'@babel/runtime-corejs2/core-js/object/assign':
'next/dist/build/polyfills/object-assign.js',
Expand Down

0 comments on commit 7ca78a2

Please sign in to comment.