Skip to content

Commit

Permalink
chore: remove babel styled components plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <[email protected]>
  • Loading branch information
mikemurray committed Jul 15, 2019
1 parent 5d9480d commit 01dfb9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module.exports = function (api) {
"@babel/preset-react"
],
plugins: [
"babel-plugin-styled-components",
["@babel/plugin-proposal-decorators", { legacy: true }],
["@babel/plugin-proposal-class-properties", { loose: true }],
"@babel/plugin-syntax-dynamic-import"
Expand Down Expand Up @@ -61,7 +60,6 @@ module.exports = function (api) {
];

const plugins = [
"babel-plugin-styled-components",
["@babel/plugin-proposal-decorators", { legacy: true }],
["@babel/plugin-proposal-class-properties", { loose: true }],
"@babel/plugin-syntax-dynamic-import",
Expand Down

0 comments on commit 01dfb9e

Please sign in to comment.