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 083d1d4 commit e821701Copy full SHA for e821701
webpack.config.development.js
@@ -6,7 +6,7 @@ const CopyWebpackPlugin = require('copy-webpack-plugin');
6
7
const BUILD_DIR = path.join(__dirname, 'build');
8
const SRC_DIR = path.join(__dirname, 'src');
9
-const port = process.env.PORT || 3000;
+const port = process.env.PORT || 3000;
10
11
module.exports = {
12
mode: 'development',
0 commit comments