Skip to content

Commit d64bb5c

Browse files
Jared PalmerJared Palmer
authored andcommitted
Fix symlink error with lerna bootstrap
1 parent 21f1a77 commit d64bb5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ module.exports = (options) => {
107107
// top of each file using the BannerPlugin.
108108
new webpack.BannerPlugin({
109109
raw: true,
110-
banner: 'require("source-map-support").install();'
110+
banner: 'require("source-map-support/register")'
111111
}),
112112
// The FriendlyErrorsWebpackPlugin (when combined with source-maps)
113113
// gives Backpack its human-readable error messages.

packages/backpack-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"friendly-errors-webpack-plugin": "^1.1.2",
2727
"nodemon": "^1.11.0",
2828
"ramda": "^0.23.0",
29-
"source-map-support": "^0.4.9",
29+
"source-map-support": "^0.4.11",
3030
"webpack": "2.2.0-rc.3",
3131
"webpack-node-externals": "^1.5.4"
3232
}

0 commit comments

Comments
 (0)