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

Commit

Permalink
fix: Export Babel7Plugin (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Kniffler authored and nchanged committed Jan 21, 2019
1 parent bb0c6a9 commit 4ee707f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export { PostCSS } from "./plugins/stylesheet/PostCSSPlugin";
export { PostCSS as PostCSSPlugin } from "./plugins/stylesheet/PostCSSPlugin";
export { SVGPlugin } from "./plugins/images/SVGPlugin";
export { BabelPlugin } from "./plugins/js-transpilers/BabelPlugin";
export { Babel7Plugin } from "./plugins/js-transpilers/Babel7Plugin";
export { BublePlugin } from "./plugins/js-transpilers/BublePlugin";
export { CoffeePlugin } from "./plugins/js-transpilers/CoffeePlugin";
export { LESSPlugin } from "./plugins/stylesheet/LESSPlugin";
Expand Down

0 comments on commit 4ee707f

Please sign in to comment.