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

Commit 64a113c

Browse files
authored
Internal: Enable styled-components plugin for dev mode (#1184)
Fixes #166
1 parent 0015c15 commit 64a113c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/babel-preset/dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Add custom plugins for dev mode */
22

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

66
module.exports = config

0 commit comments

Comments
 (0)