Skip to content

Commit 53cd7be

Browse files
format document
1 parent ae3e4c8 commit 53cd7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import HtmlWebpackPlugin from "html-webpack-plugin";
55
import ReactRefreshWebpackPlugin from "@pmmmwh/react-refresh-webpack-plugin";
66
import { TsconfigPathsPlugin } from "tsconfig-paths-webpack-plugin";
77
import CopyWebpackPlugin from "copy-webpack-plugin";
8-
import {merge} from "webpack-merge";
8+
import { merge } from "webpack-merge";
99

1010
// wraps env vars injected by webpack cli
1111
interface Env {

0 commit comments

Comments
 (0)