We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f786e commit 6b3e068Copy full SHA for 6b3e068
2 files changed
.babelrc
@@ -21,5 +21,6 @@
21
}],
22
"add-module-exports",
23
"transform-inline-imports-commonjs"
24
- ]
+ ],
25
+ "retainLines": true
26
}
package.json
@@ -9,7 +9,7 @@
9
"main": "lib/index.js",
10
"scripts": {
11
"clean": "del-cli lib/ coverage/ example/build example/dist",
12
- "compile": "babel --retain-lines src/ --out-dir lib/",
+ "compile": "babel src/ --out-dir lib/",
13
"cover": "jest --coverage",
14
"preexample": "npm run clean && npm run compile",
15
"example": "webpack --config example/webpack.config.dll.js && webpack --config example/webpack.config.js",
0 commit comments