Add styled-components library and its babel plugin. 💅

This commit is contained in:
Kia Lam
2019-05-10 11:03:16 -04:00
parent e7ec1c6ef8
commit 349a9c7cc2
3 changed files with 107 additions and 42 deletions

View File

@@ -2,6 +2,7 @@ module.exports = api => {
api.cache(false);
return {
plugins: [
'babel-plugin-styled-components',
'@babel/plugin-proposal-class-properties',
'macros'
],