You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ If you'd like to see a simple setup take a look at [our example](examples/fork-t
136
136
* webpack: 4.x+ and 5.x+
137
137
* node: 12.x+
138
138
139
-
A full test suite runs each night (and on each pull request). It runs both on Linux and Windows, testing `ts-loader` against major releases of TypeScript. Execution tests continue to run against webpack 5 in CI, and the test suite also runs against TypeScript@next (because we want to use it as much as you do).
139
+
A full test suite runs each night (and on each pull request). It runs both on Linux and Windows, testing `ts-loader` against major releases of TypeScript and against both webpack 4 and webpack 5. Comparison tests run against webpack 5 only; execution tests run against both webpack 4 and webpack 5. The test suite also runs against TypeScript@next (because we want to use it as much as you do).
140
140
141
141
If you become aware of issues not caught by the test suite then please let us know. Better yet, write a test and submit it in a PR!
0 commit comments