Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

引用vant-ui后,打包会警告. 并且自写组件过大(或者是其他原因),打包会读取目录./dist/chunk-common #23

Open
nailaojiang opened this issue Sep 17, 2020 · 0 comments

Comments

@nailaojiang
Copy link

css 读取顺序问题,
chunk chunk-vendors [mini-css-extract-plugin]
Conflicting order between:

  • css ./node_modules/css-loader??ref--6-oneOf-3-1!./node_modules/postcss-loader/src??ref--6-oneOf-3-2!./node_modules/vant/es/info/index.css
  • css ./node_modules/css-loader??ref--6-oneOf-3-1!./node_modules/postcss-loader/src??ref--6-oneOf-3-2!./node_modules/vant/es/loading/index.css
  • css ./node_modules/css-loader??ref--6-oneOf-3-1!./node_modules/postcss-loader/src??ref--6-oneOf-3-2!./node_modules/vant/es/overlay/index.css

打包会读取目录./dist/chunk-common 由于并没有这个应用 所以copy时会抛出异常. js存在dist/js 文件夹下. html读取位置正确. 并不影响打包.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant