Skip to content

Commit eb97811

Browse files
nkoharijaredpalmer
authored andcommitted
Add semicolon to source-map-support banner to fix 'require() is not a function' error (#162)
1 parent 00968c6 commit eb97811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backpack-core/config/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ module.exports = options => {
125125
'source-map-support/register'
126126
: // It's not under the project, it's linked via lerna.
127127
require.resolve('source-map-support/register')
128-
}')`,
128+
}');`,
129129
}),
130130
// The FriendlyErrorsWebpackPlugin (when combined with source-maps)
131131
// gives Backpack its human-readable error messages.

0 commit comments

Comments
 (0)