Skip to content
This repository has been archived by the owner on Jun 29, 2018. It is now read-only.

Commit

Permalink
Merge pull request #88 from aflover/master
Browse files Browse the repository at this point in the history
export buildExternalHelpers
  • Loading branch information
Daniel15 authored Jun 6, 2017
2 parents 225703f + 3305e09 commit 7099404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function transformFromAst(ast, code, options) {
}
export const availablePlugins = {};
export const availablePresets = {};

export const buildExternalHelpers = Babel.buildExternalHelpers;
/**
* Registers a named plugin for use with Babel.
*/
Expand Down

0 comments on commit 7099404

Please sign in to comment.