Skip to content

Commit

Permalink
fix: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed Sep 28, 2023
1 parent ac98784 commit 74a0107
Show file tree
Hide file tree
Showing 8 changed files with 1,785 additions and 102 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BuilderPlugin } from '../types';
import { awaitableGetter, Plugins } from '@modern-js/builder-shared';

const useLegacyTransform = () =>
Boolean(process.env.INTERNAL_ENABLE_TRANSFORM_BY_DEFAULT);
Boolean(process.env.INTERNAL_USE_RSPACK_TRANSFORM_LEGACY);

export const applyDefaultPlugins = (plugins: Plugins) =>
awaitableGetter<BuilderPlugin>([
Expand Down
Loading

0 comments on commit 74a0107

Please sign in to comment.