Skip to content

Commit

Permalink
fix: babel-minify package tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boopathi committed Feb 20, 2018
1 parent 0bf77a5 commit 588ba00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/babel-minify/src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const babelCore = require("babel-core");
const babelCore = require("@babel/core");
const babelPresetMinify = require("babel-preset-minify");

module.exports = function babelMinify(
Expand All @@ -9,7 +9,7 @@ module.exports = function babelMinify(
// overrides and other options
{
minified = true,
inputSourceMap = null,
inputSourceMap,
sourceMaps = false,

// to override the default babelCore used
Expand Down

0 comments on commit 588ba00

Please sign in to comment.