Skip to content

Commit

Permalink
fix: preserve options
Browse files Browse the repository at this point in the history
  • Loading branch information
devanshj authored and jednano committed Sep 6, 2019
1 parent d583e0b commit bbe87c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ function transformBabelLoader(loader, pluginOptions) {
{
loader: loader.loader,
options: {
...options,
presets: presets.concat('linaria/babel'),
},
},
Expand Down

0 comments on commit bbe87c6

Please sign in to comment.