Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit c927638

Browse files
committed
feat(babel): Export babel configuration
1 parent d49b92b commit c927638

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

babel.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
'use strict';
2+
3+
module.exports = require('./config/babel/babel.config');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"path": "cz-conventional-changelog"
3131
}
3232
},
33-
"files": ["bin", "scripts", "config", "eslint.js"],
33+
"files": ["bin", "scripts", "config", "eslint.js", "babel.js"],
3434
"devDependencies": {
3535
"@commitlint/cli": "3.2.0",
3636
"@commitlint/config-angular": "3.1.1",

0 commit comments

Comments
 (0)