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
Module build failed (from ../node_modules/@tinajs/mina-loader/lib/index.js): ModuleBuildError: Module build failed (from ../node_modules/@tinajs/wxml-loader/lib/index.js): evalmachine.:1 export default webpack_public_path + "assets/driver.png";
引入图片报错了 <image src="../../images/driver.png" />
<image src="../../images/driver.png" />
这个怎么解决啊
The text was updated successfully, but these errors were encountered:
确定引用的路径正确吗? 可以把文件目录的结构发一下
e.g.:
$ tree src . ├── app.mina ├── components │ └── author.mina ├── images │ └── driver.png ├── pages │ └── home.mina ├── store │ ├── index.js │ ├── modules │ │ └── items.js │ └── types.js └── templates └── test.wxml 6 directories, 8 files
Sorry, something went wrong.
No branches or pull requests
Module build failed (from ../node_modules/@tinajs/mina-loader/lib/index.js):
ModuleBuildError: Module build failed (from ../node_modules/@tinajs/wxml-loader/lib/index.js):
evalmachine.:1
export default webpack_public_path + "assets/driver.png";
引入图片报错了
<image src="../../images/driver.png" />
这个怎么解决啊
The text was updated successfully, but these errors were encountered: