Skip to content

Commit

Permalink
Enable babel-loader debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Sep 25, 2024
1 parent 5696422 commit 86edc31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/proud-queens-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sku': patch
---

Enable `babel-loader` debug logs
1 change: 1 addition & 0 deletions packages/sku/config/webpack/statsConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ module.exports = {
colors: !isCI,
preset: args.stats || defaultPreset,
timings: isStartScript,
loggingDebug: ['babel-loader'],
errors: true,
};

0 comments on commit 86edc31

Please sign in to comment.