Skip to content

Commit e821701

Browse files
committed
changes
1 parent 083d1d4 commit e821701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const CopyWebpackPlugin = require('copy-webpack-plugin');
66

77
const BUILD_DIR = path.join(__dirname, 'build');
88
const SRC_DIR = path.join(__dirname, 'src');
9-
const port = process.env.PORT || 3000;
9+
const port = process.env.PORT || 3000;
1010

1111
module.exports = {
1212
mode: 'development',

0 commit comments

Comments
 (0)