Skip to content

Commit

Permalink
chore(webpack5): 升级 resolve-url-loader 到 v5 版本
Browse files Browse the repository at this point in the history
主要为了升级其依赖的 postcss 版本

# resolve-url-loader

## Version 5

**Features**

* Update `postcss` and completely remove `rework` parser.

**Breaking Changes**

* Require `node@>=12`.
* Support `webpack@>=4` (no longer tested for earlier versions).
* The `engine` option has been removed.

**Migrating**

Remove the `engine` option if you are using it.
  • Loading branch information
Chen-jj authored and ZakaryCode committed Mar 31, 2023
1 parent 35ca6b8 commit e2bf5f8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/taro-webpack5-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"postcss-url": "^10.1.3",
"regenerator-runtime": "0.11",
"resolve": "^1.22.0",
"resolve-url-loader": "4.0.0",
"resolve-url-loader": "^5.0.0",
"sass": "1.50.0",
"sass-loader": "12.4.0",
"sax": "1.2.4",
Expand Down
23 changes: 17 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit e2bf5f8

Please sign in to comment.