Skip to content

Commit

Permalink
use correct version css-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
ahabhgk committed Oct 25, 2023
1 parent 5cf7e6a commit eb1b19c
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
34 changes: 34 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions webpack-test/cases/large/many-replacements/test.filter.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module.exports = function (config) {
return !process.env.CI;
};
// module.exports = function (config) {
// return !process.env.CI;
// };

module.exports = () => false // passed it, but it's too slow
1 change: 1 addition & 0 deletions webpack-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"coffee-loader": "^1.0.0",
"coffeescript": "^2.5.1",
"copy-webpack-plugin": "5",
"css-loader": "^5.0.1",
"csv-to-markdown-table": "^1.3.0",
"file-loader": "^6.2.0",
"is-ci": "3.0.1",
Expand Down

0 comments on commit eb1b19c

Please sign in to comment.