ant-design / compatible

https://compatible.now.sh
MIT License
89 stars 23 forks source link

fix: 修复 less 路径问题 #111

Closed crazyair closed 8 months ago

vercel[bot] commented 3 years ago

Deployment failed with the following error:

The most recent charge for your active payment method has failed. Please update it here: https://vercel.com/teams/pro-components/settings/billing.
crazyair commented 3 years ago

lessLoader: { paths: [path.resolve(__dirname, 'node_modules')] }

添加这个配置,ant-design/compatible/assets/index.less 引用就不会报错了,不过项目中加 ~ 引用确报错了,不清楚 ~ 的引用 paths 要怎么加