8000 fix: Export Babel7Plugin (#1462) · fuse-box/fuse-box@4ee707f · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 4ee707f

Browse files
Benjamin Knifflernchanged
authored andcommitted
fix: Export Babel7Plugin (#1462)
1 parent bb0c6a9 commit 4ee707f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export { PostCSS } from "./plugins/stylesheet/PostCSSPlugin";
2323
export { PostCSS as PostCSSPlugin } from "./plugins/stylesheet/PostCSSPlugin";
2424
export { SVGPlugin } from "./plugins/images/SVGPlugin";
2525
export { BabelPlugin } from "./plugins/js-transpilers/BabelPlugin";
26+
export { Babel7Plugin } from "./plugins/js-transpilers/Babel7Plugin";
2627
export { BublePlugin } from "./plugins/js-transpilers/BublePlugin";
2728
export { CoffeePlugin } from "./plugins/js-transpilers/CoffeePlugin";
2829
export { LESSPlugin } from "./plugins/stylesheet/LESSPlugin";

0 commit comments

Comments
 (0)
0