Skip to content

Commit 58a3b2b

Browse files
committed
Verbose babel
1 parent b021cc0 commit 58a3b2b

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.babelrc

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lib/**/*"
1919
],
2020
"scripts": {
21-
"build": "babel --out-dir lib --ignore **/*.spec.js,**/*.test.js --source-maps inline src/",
21+
"build": "babel --out-dir lib --ignore **/*.spec.js,**/*.test.js --source-maps inline --verbose src/",
2222
"clean": "rimraf lib",
2323
"test": "echo no test specified"
2424
},

0 commit comments

Comments
 (0)