Thanks to visit codestin.com Credit goes to github.com
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 a3f31c9 commit 4134392Copy full SHA for 4134392
site/webpack.dev.ts
@@ -1,3 +1,7 @@
1
+/**
2
+ * @fileoverview This file contains a development configuration for webpack
3
+ * meant for webpack-dev-server.
4
+ */
5
import ReactRefreshWebpackPlugin from "@pmmmwh/react-refresh-webpack-plugin"
6
import { Configuration } from "webpack"
7
import "webpack-dev-server"
site/webpack.prod.ts
@@ -1,3 +1,8 @@
+ * @fileoverview This file contains a production configuration for webpack
+ * meant for producing optimized builds.
+
import CopyWebpackPlugin from "copy-webpack-plugin"
8
import { commonWebpackConfig } from "./webpack.common"
0 commit comments