Skip to content

chore: add sourceMaps to dev-builds#1134

Merged
whizzzkid merged 1 commit intomainfrom
chore/sourcemaps
Jan 24, 2023
Merged

chore: add sourceMaps to dev-builds#1134
whizzzkid merged 1 commit intomainfrom
chore/sourcemaps

Conversation

@SgtPooki
Copy link
Member

@SgtPooki SgtPooki commented Jan 20, 2023

  • npm run dev-build produces sourceMaps.
╰─ ✔ ❯ npm run dev-build
╰─ ✔ ❯ ls add-on/dist/**/*.js.map | wc -l
       8
  • npm run build does not produce sourceMaps.
╰─ ✔ ❯ npm run build
╰─ ✔ ❯ ls add-on/dist/**/*.js.map | wc -l
zsh: no matches found: add-on/dist/**/*.js.map
       0

* `npm run dev-build` produces sourceMaps.
* `npm run build` does not produce sourceMaps.
@SgtPooki SgtPooki requested review from a team, lidel and meandavejustice as code owners January 20, 2023 21:26
@SgtPooki SgtPooki requested a review from whizzzkid January 20, 2023 21:33
@whizzzkid whizzzkid merged commit f9c255e into main Jan 24, 2023
@whizzzkid whizzzkid deleted the chore/sourcemaps branch January 24, 2023 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants