Replies: 1 comment 1 reply
-
I'm not sure why webpack is looking for a file there — the correct location of the source/minified source files for qr-creator are:
I can't find any references to the folder/file webpack is complaining about anywhere in Shoelace: That folder doesn't exist, although both of the following folders exist as siblings in the
It looks like the file linked in the source map I've never seen this error in the Shoelace build and, with the information I have, I can't reproduce it locally. It could be a webpack setting or a webpack plugin getting in the way. If you're still stuck on this, please post a minimal repro so we can take a closer look. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
The following text appears in the (zsh) terminal when trying to start an application that uses Shoelace v 2.17.1.
WARNING in ./node_modules/qr-creator/dist/qr-creator.es6.min.js
Module Warning (from ./node_modules/react-scripts/node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/node_modules/qr-creator/dist/src/qr-creator.js' file: Error: ENOENT: no such file or directory, open '/node_modules/qr-creator/dist/src/qr-creator.js'
The probable cause is that /node_modules/qr-creator/dist/src/qr-creator.js doesn't exist. There isn't src folder under the dist folder.
To Reproduce
Steps to reproduce the behavior:
Demo
Screenshots
Browser / OS
Beta Was this translation helpful? Give feedback.
All reactions