Skip to content

Commit

Permalink
node:
Browse files Browse the repository at this point in the history
  • Loading branch information
e9x committed Feb 24, 2023
1 parent 4a3081c commit b0e513c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ import glob from 'glob';
import HtmlWebpackPlugin from 'html-webpack-plugin';
import MiniCssExtractPlugin from 'mini-css-extract-plugin';
import { relative, basename, resolve, join } from 'node:path';
import { promisify } from 'node:util';
import InlineChunkHtmlPlugin from 'react-dev-utils/InlineChunkHtmlPlugin.js';
import InterpolateHtmlPlugin from 'react-dev-utils/InterpolateHtmlPlugin.js';
import ModuleNotFoundPlugin from 'react-dev-utils/ModuleNotFoundPlugin.js';
import getCSSModuleLocalIdent from 'react-dev-utils/getCSSModuleLocalIdent.js';
import TerserPlugin from 'terser-webpack-plugin';
import { promisify } from 'util';
import type {
Compiler,
Configuration,
Expand Down

0 comments on commit b0e513c

Please sign in to comment.