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
Input: import mainStyles from "../css/main.css" with { type: "css" };
Output: import mainStyles from "../css/main.css" with { type: "css" };
The expectation is that build tools should build, not change the functionality of code. If it is changing with to assert, then what else is it changing? Given the constantly and rapidly evolving Javascript capabilities and support tables, it seems absurd for a build tool to try to keep up with everything.
Actual Behaviour
Web application does not work. (Syntax error thrown)
Input: import mainStyles from "../css/main.css" with { type: "css" };
Output: import mainStyles from "../css/main.css" assert { type: "css" };
thescientist13, hejops, lorisleiva, steveluscher and dmnsgnlorisleiva