-
Notifications
You must be signed in to change notification settings - Fork 177
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
Could not resolve "../node_modules/fmin/index.js #134
Comments
问题有 venn.js 引起, 参考 issue benfred/venn.js#153 暂时可以通过以下方式配置: {
"vite": true,
+ "alias": {
+ "venn.js": "venn.js/build/venn.js"
+ },
"plugins": [
[
"build-plugin-moment-locales",
{
"locales": [
"zh-cn"
]
}
],
[
"build-plugin-ignore-style",
{
"libraryName": "@alifd/next"
}
]
]
} |
Closed
顺利解决,顺带一提,是在根目录的build.json里 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
使用@alifd/fusion-design-pro创建模板项目
yarn start
报错
ERR! Build failed with 2 errors: node_modules/venn.js/src/diagram.js:6:25: error: Could not resolve "../node_modules/fmin/index.js" node_modules/venn.js/src/layout.js:2:20: error: Could not resolve "../node_modules/fmin/index.js"
The text was updated successfully, but these errors were encountered: