Skip to content

Commit

Permalink
Fix 1 parallel babel issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Jul 21, 2018
1 parent bea7a6e commit 5d95225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
this.options.babel = {
loose: true,
plugins: [
[require('babel-plugin-debug-macros').default, {
[require.resolve('babel-plugin-debug-macros'), {
debugTools: {
source: 'this-is-dumb-it-should-not-be-required-i-blame-rwjblue'
},
Expand Down

0 comments on commit 5d95225

Please sign in to comment.