Skip to content

Commit

Permalink
Add semicolon to source-map-support banner to fix 'require() is not a…
Browse files Browse the repository at this point in the history
… function' error (#162)
  • Loading branch information
nkohari authored and jaredpalmer committed Jun 22, 2019
1 parent 00968c6 commit eb97811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backpack-core/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ module.exports = options => {
'source-map-support/register'
: // It's not under the project, it's linked via lerna.
require.resolve('source-map-support/register')
}')`,
}');`,
}),
// The FriendlyErrorsWebpackPlugin (when combined with source-maps)
// gives Backpack its human-readable error messages.
Expand Down

0 comments on commit eb97811

Please sign in to comment.