Skip to content

Commit

Permalink
MAYBE fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jan 5, 2019
1 parent 468477d commit 2da70f6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ module.exports = {
plugins: [
'babel-plugin-emotion',
'babel-plugin-macros',
'@babel/plugin-proposal-class-properties',
['@babel/plugin-proposal-decorators', { legacy: true }],
['@babel/plugin-proposal-class-properties', { loose: true }],
'@babel/plugin-proposal-object-rest-spread',
'@babel/plugin-proposal-export-default-from',
],
Expand Down Expand Up @@ -46,6 +47,14 @@ module.exports = {
},
],
],
plugins: [
'babel-plugin-emotion',
'babel-plugin-macros',
['@babel/plugin-proposal-decorators', { legacy: true }],
['@babel/plugin-proposal-class-properties', { loose: true }],
'@babel/plugin-proposal-object-rest-spread',
'@babel/plugin-proposal-export-default-from',
],
},
],
};

0 comments on commit 2da70f6

Please sign in to comment.