Skip to content

Commit eee9612

Browse files
committed
Remove treeShaking: true config for tests
1 parent cdafe49 commit eee9612

File tree

6 files changed

+1
-38
lines changed

6 files changed

+1
-38
lines changed

test/production/app-dir/actions-tree-shaking/basic/next.config.js

-7
This file was deleted.

test/production/app-dir/actions-tree-shaking/client-actions-tree-shaking/next.config.js

-7
This file was deleted.

test/production/app-dir/actions-tree-shaking/mixed-module-actions/next.config.js

-7
This file was deleted.

test/production/app-dir/actions-tree-shaking/reexport/next.config.js

-7
This file was deleted.

test/production/app-dir/actions-tree-shaking/shared-module-actions/next.config.js

-7
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
module.exports = {
22
experimental: {
3-
turbo: {
4-
treeShaking: true,
5-
},
3+
turbo: {},
64
},
75
}

0 commit comments

Comments
 (0)