Skip to content

Commit

Permalink
Remove Webpack 4 leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Oct 26, 2021
1 parent af26c61 commit 5ecd4da
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/__tests__/__apps__/npm-basic/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const withTM = require('./next-transpile-modules')(['shared', 'shared-ts', 'shar
});

module.exports = withTM({
webpack5: true,
eslint: {
ignoreDuringBuilds: true,
},
Expand Down
1 change: 0 additions & 1 deletion src/__tests__/__apps__/pnpm/next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const withTM = require('./next-transpile-modules')(['shared', 'shared-ts', 'shared-ui', 'lodash-es'], { debug: true });

module.exports = withTM({
webpack5: true,
eslint: {
ignoreDuringBuilds: true,
},
Expand Down
2 changes: 0 additions & 2 deletions src/__tests__/integrations.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ describe.each([
['npm', 3500], // name of the test, port
['yarn-workspaces', 3501],
['yarn-workspaces-symlinks', 3502],
['webpack-5', 3503],
['webpack-5-symlinks', 3504],
['pnpm', 3505],
['swc', 3506],
])('%s integration', (name, port) => {
Expand Down

0 comments on commit 5ecd4da

Please sign in to comment.