-
-
Notifications
You must be signed in to change notification settings - Fork 562
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: remove old treeshaking (#6537)
* test: remove old tree shaking * test: remove old tree shaking * test: remove old tree shaking
- Loading branch information
1 parent
6087cbb
commit f65aae4
Showing
290 changed files
with
506 additions
and
4,390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 0 additions & 46 deletions
46
...ages/rspack-test-tools/tests/treeShakingCases/array-side-effects/snapshot/output.snap.txt
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 0 additions & 38 deletions
38
...spack-test-tools/tests/treeShakingCases/assign-with-side-effects/snapshot/output.snap.txt
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 0 additions & 34 deletions
34
packages/rspack-test-tools/tests/treeShakingCases/basic/snapshot/output.snap.txt
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 0 additions & 46 deletions
46
packages/rspack-test-tools/tests/treeShakingCases/bb/snapshot/output.snap.txt
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 0 additions & 50 deletions
50
...k-test-tools/tests/treeShakingCases/cjs-export-computed-property/snapshot/output.snap.txt
This file was deleted.
Oops, something went wrong.
File renamed without changes.
11 changes: 0 additions & 11 deletions
11
...ages/rspack-test-tools/tests/treeShakingCases/cjs-export-computed-property/test.config.js
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
...s/rspack-test-tools/tests/treeShakingCases/cjs-export-computed-property/webpack.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
module.exports = { | ||
optimization: { | ||
sideEffects: true | ||
}, | ||
builtins: { | ||
define: { | ||
"process.env.NODE_ENV": "'development'" | ||
} | ||
} | ||
}; |
Oops, something went wrong.
f65aae4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 Benchmark detail: Open
f65aae4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 Ran ecosystem CI: Open