You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.
if(devServer){returncode+`\nexport { render, staticRenderFns }`;}// rewrite require calls to import on buildreturntransformRequireToImport(code)+`\nexport { render, staticRenderFns }`;
I found (devserver) the code at above, the development is not call the [transformRequireToImport] method.
The text was updated successfully, but these errors were encountered:
yanghuilong
changed the title
I use the @ symbol into the img src, page is the error that the require('@/src/assert/logo.png') is not undefined
I use the @ symbol into the img src, page is the error that the require('@/src/asset/logo.png') is not undefined
Jan 21, 2021
I found (devserver) the code at above, the development is not call the [transformRequireToImport] method.
The text was updated successfully, but these errors were encountered: