Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
Internal: Enable styled-components plugin for dev mode (#1184)
Browse files Browse the repository at this point in the history
Fixes #166
  • Loading branch information
siddharthkp committed Nov 30, 2018
1 parent 0015c15 commit 64a113c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/babel-preset/dev.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Add custom plugins for dev mode */

const config = require('./index')
// config.plugins.push('babel-plugin-styled-components')
config.plugins.push('babel-plugin-styled-components')

module.exports = config

0 comments on commit 64a113c

Please sign in to comment.