Skip to content

Commit

Permalink
refactor: lock [email protected] (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinbao1001 authored May 31, 2024
1 parent e252932 commit 731bd06
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"babel-plugin-styled-components": "2.1.4",
"babel-plugin-transform-define": "2.0.1",
"enhanced-resolve": "5.9.3",
"esbuild": "0.17.19",
"fast-glob": "3.2.12",
"file-system-cache": "2.0.0",
"loader-runner": "4.2.0",
Expand Down
18 changes: 11 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/builder/bundless/loaders/javascript/esbuild.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { build } from '@umijs/bundler-utils/compiled/esbuild';
import { winPath } from '@umijs/utils';
import { build } from 'esbuild';
import path from 'path';
import { IFatherBundlessConfig } from '../../../../types';
import { getBundlessTargets } from '../../../utils';
Expand Down

0 comments on commit 731bd06

Please sign in to comment.