We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f1a77 commit d64bb5cCopy full SHA for d64bb5c
packages/backpack-core/config/webpack.config.js
@@ -107,7 +107,7 @@ module.exports = (options) => {
107
// top of each file using the BannerPlugin.
108
new webpack.BannerPlugin({
109
raw: true,
110
- banner: 'require("source-map-support").install();'
+ banner: 'require("source-map-support/register")'
111
}),
112
// The FriendlyErrorsWebpackPlugin (when combined with source-maps)
113
// gives Backpack its human-readable error messages.
packages/backpack-core/package.json
@@ -26,7 +26,7 @@
26
"friendly-errors-webpack-plugin": "^1.1.2",
27
"nodemon": "^1.11.0",
28
"ramda": "^0.23.0",
29
- "source-map-support": "^0.4.9",
+ "source-map-support": "^0.4.11",
30
"webpack": "2.2.0-rc.3",
31
"webpack-node-externals": "^1.5.4"
32
}
0 commit comments