This repository was archived by the owner on Feb 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ Run dev environment:
32
32
33
33
npm run dev
34
34
35
+ Navigate to [ http://localhost:8080/ ] ( http://localhost:8080/ )
36
+
35
37
### Production build (serverless)
36
38
37
39
Build and serve for production:
Original file line number Diff line number Diff line change 42
42
"@types/jest" : " ^26.0.14" ,
43
43
"@typescript-eslint/eslint-plugin" : " ^4.4.1" ,
44
44
"@typescript-eslint/parser" : " ^4.4.1" ,
45
- "@waldronmatt/webpack-config" : " ^1.0 .0" ,
45
+ "@waldronmatt/webpack-config" : " ^1.3 .0" ,
46
46
"babel-jest" : " ^26.5.2" ,
47
47
"eslint" : " ^7.11.0" ,
48
48
"eslint-config-airbnb-base" : " ^14.2.0" ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const developmentConfig = {
35
35
// tell the server where to serve content from (publicPath takes precedence)
36
36
contentBase : path . resolve ( __dirname , '../dist' ) ,
37
37
// open the browser after server starts
38
- open : true ,
38
+ // open: true,
39
39
// enable webpack's Hot Module Replacement feature
40
40
hot : true ,
41
41
// specify a port number to listen for requests on:
You can’t perform that action at this time.
0 commit comments