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
theme.css and theme.css.map files are both in dist directory, and theme.css.map is included in theme.css by /*# sourceMappingURL=dist/theme.css.map */ so it is not working. When I manualy change it to /*# sourceMappingURL=./theme.css.map */ it works, but it's overwritten by every change in scss files. How to fix this?
The text was updated successfully, but these errors were encountered:
theme.css and theme.css.map files are both in dist directory, and theme.css.map is included in theme.css by
/*# sourceMappingURL=dist/theme.css.map */
so it is not working. When I manualy change it to/*# sourceMappingURL=./theme.css.map */
it works, but it's overwritten by every change in scss files. How to fix this?The text was updated successfully, but these errors were encountered: