Skip to content

Commit

Permalink
fix(babel): I really should test things
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Sep 23, 2017
1 parent d79103c commit 81f4e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
ifAnyDep(['react', 'preact'], require.resolve('babel-preset-react')),
].filter(Boolean),
plugins: [
require.resolve('./babel-plugin-env-build'),
isTest ? null : require.resolve('./babel-plugin-env-build'),
require.resolve('babel-macros'),
isRollup ? require.resolve('babel-plugin-external-helpers') : null,
// we're actually not using JSX at all, but I'm leaving this
Expand Down

0 comments on commit 81f4e0f

Please sign in to comment.