Skip to content

Commit

Permalink
Add styled-components plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerard Brull committed Aug 18, 2021
1 parent cd486be commit 546b127
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
1 change: 1 addition & 0 deletions etc/rollup/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default {
babel({
presets: [['react-app', { flow: false, typescript: true, absoluteRuntime: false }]],
babelHelpers: 'runtime',
plugins: ["babel-plugin-styled-components"],
extensions,
exclude: 'node_modules',
}),
Expand Down
28 changes: 11 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 546b127

Please sign in to comment.