We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.10.0
git clone https://github.com/fjc0k/ant-design-icons.git
yarn & yarn docs:dev
http://localhost:8080/ant-design-icons/
https://fjc0k.github.io/ant-design-icons/
第3步和第4步看到的界面应该一致。
界面不一致。
win8
9.10.0
chrome 66
local
yarn
The text was updated successfully, but these errors were encountered:
另:
打开 docs/.vuepress/enhanceApp.js,注释掉 require('../../dist/anticons.css');,并取消注释 // import '../../dist/anticons.css',然后 yarn docs:build,会发现 ../../dist/anticons.css 并没有被打包进去。
docs/.vuepress/enhanceApp.js
require('../../dist/anticons.css');
// import '../../dist/anticons.css'
yarn docs:build
../../dist/anticons.css
我在 yarn docs:dev 模式下发现,../../dist/anticons.css 被替换成了 ./dist/anticons.css,不明所以。
yarn docs:dev
./dist/anticons.css
Sorry, something went wrong.
暂:
No branches or pull requests
Bug report
Version
0.10.0
Steps to reproduce
git clone https://github.com/fjc0k/ant-design-icons.git
yarn & yarn docs:dev
http://localhost:8080/ant-design-icons/
https://fjc0k.github.io/ant-design-icons/
What is expected?
第3步和第4步看到的界面应该一致。
What is actually happening?
界面不一致。
Other relevant information
win8
9.10.0
chrome 66
local
yarn
The text was updated successfully, but these errors were encountered: