Skip to content

Commit

Permalink
fix: remove console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Sep 23, 2017
1 parent 70a3434 commit 6679460
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const isWebpack = parseEnv('BUILD_WEBPACK', false)
const treeshake = parseEnv('BUILD_TREESHAKE', isRollup || isWebpack)
const alias = parseEnv('BUILD_ALIAS', isPreact ? {react: 'preact'} : null)
const preserveBuildEnv = parseEnv('BUILD_PRESERVE', isTest)
console.log(process.env.BUILD_PRESERVE)

const envModules = treeshake ? {modules: false} : {}
const envTargets = isTest
Expand Down

0 comments on commit 6679460

Please sign in to comment.