We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e2d7cd + e258d4a commit 09728d9Copy full SHA for 09728d9
package.json
@@ -7,8 +7,8 @@
7
"node": ">=8.0.0"
8
},
9
"scripts": {
10
- "build": "babel src --out-dir lib",
11
- "build:watch": "babel src --out-dir lib --watch",
+ "build": "babel src --source-maps --out-dir lib",
+ "build:watch": "babel src --source-maps --out-dir lib --watch",
12
"lint": "eslint .",
13
"test": "nyc mocha --reporter tap",
14
"test:watch": "mocha --reporter tap --watch ./test ./"
0 commit comments