Skip to content

Commit 87c44fa

Browse files
Update webpack.config.development.js
1 parent fbf8815 commit 87c44fa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

webpack.config.development.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ const CleanWebpackPlugin = require('clean-webpack-plugin');
77

88
const BUILD_DIR = path.join(__dirname, 'build');
99
const SRC_DIR = path.join(__dirname, 'src');
10-
<<<<<<< HEAD
11-
const port = process.env.PORT || 3000;
12-
=======
13-
>>>>>>> dc574b3fb6fb7596d9158a4587e539bc31fc0cf0
1410

1511
module.exports = {
1612
mode: 'development',

0 commit comments

Comments
 (0)