Skip to content

Commit

Permalink
fix(webpack5): 修复样式文件 import 后静态资源路径错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj committed Feb 17, 2023
1 parent ee46253 commit fa5c71c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/taro-webpack5-runner/src/postcss/postcss.h5.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ const defaultHtmltransformOption: {
const defaultUrlOption: {
[key: string]: any
} = {
enable: false,
enable: true,
config: {
url: 'inline'
url: 'rebase'
}
}

Expand Down

0 comments on commit fa5c71c

Please sign in to comment.