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
支付宝小程序开发者工具 Failed to compile
无报错
文件 (./app.js) 被定义为 app 类型,不允许被其他文件 import 导入 文件 (./components/card/index.js) 被定义为 component 类型,不允许被其他文件 import 导入 文件 (./pages/home/home.js) 被定义为 page 类型,不允许被其他文件 import 导入 文件 (./pages/index/index.js) 被定义为 page 类型,不允许被其他文件 import 导入 文件 (./pages/login/login.js) 被定义为 page 类型,不允许被其他文件 import 导入 文件 (./pages/my/my.js) 被定义为 page 类型,不允许被其他文件 import 导入 文件 (./pages/order/order.js) 被定义为 page 类型,不允许被其他文件 import 导入 文件 (./pages/service/service.js) 被定义为 page 类型,不允许被其他文件 import 导入 /Users/jiangrubin/Desktop/projects/mini-app/dist/alipay/pages/order/order.axml: Unexpected token (1:0) /Users/jiangrubin/Desktop/projects/mini-app/dist/alipay/pages/my/my.axml: Unexpected token (1:0) /Users/jiangrubin/Desktop/projects/mini-app/dist/alipay/__antmove/README.MD: Unexpected character '#' (1:0)
https://github.com/jiangrubin/antmove-demo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述
支付宝小程序开发者工具 Failed to compile
系统环境
node命令执行时的报错
无报错
IDE运行时调试窗口报错
文件 (./app.js) 被定义为 app 类型,不允许被其他文件 import 导入
文件 (./components/card/index.js) 被定义为 component 类型,不允许被其他文件 import 导入
文件 (./pages/home/home.js) 被定义为 page 类型,不允许被其他文件 import 导入
文件 (./pages/index/index.js) 被定义为 page 类型,不允许被其他文件 import 导入
文件 (./pages/login/login.js) 被定义为 page 类型,不允许被其他文件 import 导入
文件 (./pages/my/my.js) 被定义为 page 类型,不允许被其他文件 import 导入
文件 (./pages/order/order.js) 被定义为 page 类型,不允许被其他文件 import 导入
文件 (./pages/service/service.js) 被定义为 page 类型,不允许被其他文件 import 导入
/Users/jiangrubin/Desktop/projects/mini-app/dist/alipay/pages/order/order.axml: Unexpected token (1:0)
/Users/jiangrubin/Desktop/projects/mini-app/dist/alipay/pages/my/my.axml: Unexpected token (1:0)
/Users/jiangrubin/Desktop/projects/mini-app/dist/alipay/__antmove/README.MD: Unexpected character '#' (1:0)
复现步骤或者可用于复现的代码
https://github.com/jiangrubin/antmove-demo
The text was updated successfully, but these errors were encountered: