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
All of this was to no avail. Even with sourcemaps disabled I get logs like the following:
[WARN] (broccoli-terser-sourcemap) "<<CDN URL>>/assets/leaflet/leaflet-src-18322c41aab5808cecb4784380d74637.js.map" referenced in "assets/leaflet/leaflet-src-18322c41aab5808cecb4784380d74637.js" could not be found
As well as a build error:
Unexpected token punc «:», expected punc «,»
Using a debugger I find that this error is from within a sourcemap being parsed (surprising with them disabled?!)
The text was updated successfully, but these errors were encountered:
Related ember-cli/ember-cli-terser#275 (comment)
When specifying
It appears to be impossible to build with
ember-cli-terser
enabled at all, even when deactivating sourcemaps viaJust in case
ember-cli-terser
andbroccoli-terser-sourcemap
need to be aware of this URL I added thepublicUrl
optionAll of this was to no avail. Even with sourcemaps disabled I get logs like the following:
As well as a build error:
Using a debugger I find that this error is from within a sourcemap being parsed (surprising with them disabled?!)
The text was updated successfully, but these errors were encountered: