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
❯ yarn run parcel build main.css
yarn run v1.22.19
warning package.json: No license field
$ /home/domen/dev/parcel-repro-css-charset/node_modules/.bin/parcel build main.css
✨ Built in 136ms
dist/main.css 51 B 31ms
Done in 0.57s.
❯ cat dist/main.css
div{margin:0}
/*# sourceMappingURL=main.css.map */
Given
main.css
:It strips
@charset
:workaround
The text was updated successfully, but these errors were encountered: