Skip to content

Commit 621346a

Browse files
committed
Merge branch 'feature/update-babel7' of https://github.com/jaxx2104/vue-styled-components into upgrade-packages
2 parents 3af8f5d + ecf4d66 commit 621346a

File tree

5 files changed

+6094
-3524
lines changed

5 files changed

+6094
-3524
lines changed

.babelrc

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

.babelrc.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module.exports = {
2+
presets: [
3+
"@babel/preset-env"
4+
],
5+
comments: false,
6+
plugins: [
7+
"add-module-exports",
8+
"@babel/plugin-proposal-object-rest-spread",
9+
"@babel/plugin-proposal-class-properties"
10+
]
11+
}

0 commit comments

Comments
 (0)