Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit fa2f825

Browse files
committed
update webpack-config
1 parent bb58ea2 commit fa2f825

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Run dev environment:
3232

3333
npm run dev
3434

35+
Navigate to [http://localhost:8080/](http://localhost:8080/)
36+
3537
### Production build (serverless)
3638

3739
Build and serve for production:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/jest": "^26.0.14",
4343
"@typescript-eslint/eslint-plugin": "^4.4.1",
4444
"@typescript-eslint/parser": "^4.4.1",
45-
"@waldronmatt/webpack-config": "^1.0.0",
45+
"@waldronmatt/webpack-config": "^1.3.0",
4646
"babel-jest": "^26.5.2",
4747
"eslint": "^7.11.0",
4848
"eslint-config-airbnb-base": "^14.2.0",

scripts/webpack.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const developmentConfig = {
3535
// tell the server where to serve content from (publicPath takes precedence)
3636
contentBase: path.resolve(__dirname, '../dist'),
3737
// open the browser after server starts
38-
open: true,
38+
// open: true,
3939
// enable webpack's Hot Module Replacement feature
4040
hot: true,
4141
// specify a port number to listen for requests on:

0 commit comments

Comments
 (0)