Skip to content

Commit

Permalink
chore: save
Browse files Browse the repository at this point in the history
  • Loading branch information
HomyeeKing committed Jan 4, 2025
1 parent 725854a commit 65f7e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ice/src/service/webpackServerCompiler/compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import path from 'path';
import { fileURLToPath } from 'url';
import { esbuild } from '@ice/bundles';
import TerserPlugin from '@ice/bundles/compiled/terser-webpack-plugin/index.js';
import TsconfigPathsPlugin from 'tsconfig-paths-webpack-plugin';
import TsconfigPathsPlugin from '@ice/bundles/compiled/tsconfig-paths-webpack-plugin/index.js';
import webpack from 'webpack';
import { logger } from '../../utils/logger.js';

Expand Down

0 comments on commit 65f7e36

Please sign in to comment.