Skip to content

Commit

Permalink
Fix #82 babel import undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
nathpaiement authored Sep 9, 2024
1 parent 677a735 commit c3b2dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-plugin-stylex/src/main.mts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Plugin, ViteDevServer, Rollup, AliasOptions } from "vite";
import babel from "@babel/core";
import * as babel from "@babel/core";
import stylexBabelPlugin, {
Options as StyleXOptions,
} from "@stylexjs/babel-plugin";
Expand Down

0 comments on commit c3b2dd8

Please sign in to comment.