We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3e4c8 commit 53cd7beCopy full SHA for 53cd7be
webpack.config.ts
@@ -5,7 +5,7 @@ import HtmlWebpackPlugin from "html-webpack-plugin";
5
import ReactRefreshWebpackPlugin from "@pmmmwh/react-refresh-webpack-plugin";
6
import { TsconfigPathsPlugin } from "tsconfig-paths-webpack-plugin";
7
import CopyWebpackPlugin from "copy-webpack-plugin";
8
-import {merge} from "webpack-merge";
+import { merge } from "webpack-merge";
9
10
// wraps env vars injected by webpack cli
11
interface Env {
0 commit comments