There was an error while loading. Please reload this page.
1 parent fbf8815 commit 87c44faCopy full SHA for 87c44fa
webpack.config.development.js
@@ -7,10 +7,6 @@ const CleanWebpackPlugin = require('clean-webpack-plugin');
7
8
const BUILD_DIR = path.join(__dirname, 'build');
9
const SRC_DIR = path.join(__dirname, 'src');
10
-<<<<<<< HEAD
11
-const port = process.env.PORT || 3000;
12
-=======
13
->>>>>>> dc574b3fb6fb7596d9158a4587e539bc31fc0cf0
14
15
module.exports = {
16
mode: 'development',
0 commit comments