gruhn / vue-qrcode-reader

A set of Vue.js components for detecting and decoding QR codes.
https://gruhn.github.io/vue-qrcode-reader
MIT License
2.03k stars 330 forks source link

如图示错误,无法编译 #389

Closed edrp closed 6 months ago

edrp commented 8 months ago

image

Sec-ant commented 8 months ago

webpack 4 不认识 import.meta,webpack 5 文档显示支持 import.meta.url。如果不能升级 webpack 版本的话,应该可以通过 babel loader 插件 babel-plugin-transform-import-meta 解决

github-actions[bot] commented 6 months ago

This issue has been marked as stale. If there is no further activity it will be closed.