Skip to content

Commit bae63de

Browse files
committed
add webpack-source-map
1 parent 4d52263 commit bae63de

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

tutorials/webpack-source-map/.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["es2015"]
3+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/node_modules
2+
/buildOutput
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "webpack-source-map",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "",
10+
"license": "ISC",
11+
"reference": [
12+
"https://www.html5rocks.com/en/tutorials/developertools/sourcemaps/",
13+
"https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps",
14+
"https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Use_a_source_map"
15+
]
16+
}

0 commit comments

Comments
 (0)