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
The only other file you need is a CSS file at 'client/main.css' containing the line
@import "bootstrap";
I should point out that invoking rework-npm from the CLI doesn't generate such errors (and there is indeed a source map in the CSS, although I haven't checked if it's accurate)
I can't get sourcemap bundling working with Bootstrap's CSS, and after some investigation, it seems like it might be an Atomify bug.
It works fine in prodution mode, but I get an error such as the following when running with
--debug
:The
.map
file does in fact exist (although I don't know what the path is relative to)Here's a minimal package.json which you can use to reproduce the problem by running
npm run bundle-dev
:The only other file you need is a CSS file at 'client/main.css' containing the line
I should point out that invoking
rework-npm
from the CLI doesn't generate such errors (and there is indeed a source map in the CSS, although I haven't checked if it's accurate)(Not sure if this should be an Atomify bug, but I'll leave that up to the maintainers to decide)
The text was updated successfully, but these errors were encountered: