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
WARNING in /app/node_modules/fastestsmallesttextencoderdecoder/EncoderDecoderTogether.min.js
Module Warning (from /app/node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find SourceMap 'https://cdn.jsdelivr.net/gh/AnonyCo/FastestSmallestTextEncoderDecoder/EncoderDecoderTogether.min.js.map': Error: Can't resolve './https://cdn.jsdelivr.net/gh/AnonyCo/FastestSmallestTextEncoderDecoder/EncoderDecoderTogether.min.js.map' in '/app/node_modules/fastestsmallesttextencoderdecoder'
....
@ ./src/main.ts
Thank you for bringing this to my attention. This appears to be a missing feature with NodeJS not recognizing source maps at URLs. I am rewriting much of the build system right now to accommodate a new compliance flavor, and I'll add this URL fix to the todo list. The way I plan to fix this problem is by starting -dev versions of these packages that will come with the source maps included.
BTW, This update will be coming with big changes, such as integration on npm++, so I am going to publish it as a beta release before finalizing the changes. I would appreciate your help testing it out when it's time because I don't want to accidentally break anyone's systems.
Here is the warning:
Note that the url starts with './https://cdn...'
The text was updated successfully, but these errors were encountered: