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 bae63de commit 7c4834eCopy full SHA for 7c4834e
tutorials/webpack-source-map/package.json
@@ -10,6 +10,11 @@
10
"license": "ISC",
11
"reference": [
12
"https://www.html5rocks.com/en/tutorials/developertools/sourcemaps/",
13
+ "https://survivejs.com/webpack/building/source-maps/",
14
+ "https://github.com/rstacruz/webpack-tricks#source-maps-webpack-1",
15
+ "https://webpack.github.io/docs/configuration.html#devtool",
16
+ "https://webpack.js.org/configuration/devtool/",
17
+ "http://dev.fontdragr.com/",
18
"https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps",
19
"https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Use_a_source_map"
20
]
0 commit comments