Closed DevinWalker closed 1 year ago
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 14 additional days.
This issue was closed because it has been stalled for an additional 14 days with no activity.
User Story
As a developer, I want sourcemaps enabled so that I can easily find my way through the CSS to make changes.
Details
When I inspect elements I do not see the sourcemaps working and only see the minified CSS files in the
dist
directory.As well, the
README.md
file now appears out-of-date and referencesSCRIPT_DEBUG
which is no longer needed if Laravel Mix is implemented correctly:Expected Behavior
Sourcemaps work and the README is correct.
Steps to Reproduce
npm run watch
Visuals
The image below displays minified CSS when inspecting elements:
Acceptance Criteria