Skip to content

Commit

Permalink
Fix rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed May 16, 2019
1 parent af526a5 commit 71817a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createRollupConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export function createRollupConfig(
},
},
}),
babel(babelOptions),
babel(babelOptions(format)),
replace({
'process.env.NODE_ENV': JSON.stringify(env),
}),
Expand Down

0 comments on commit 71817a3

Please sign in to comment.