Skip to content

Commit

Permalink
Make code work on Node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Aug 9, 2016
1 parent b01a258 commit 4a2c7b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/es2015Preset.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { buildPreset } = require('babel-preset-es2015')
const buildPreset = require('babel-preset-es2015').buildPreset

const { BABEL_ENV } = process.env
const BABEL_ENV = process.env.BABEL_ENV

module.exports = {
presets: [
Expand Down

0 comments on commit 4a2c7b5

Please sign in to comment.