Skip to content

Commit e7f80a0

Browse files
Merge pull request #36 from BasicPrimitives/chunks
Optimized webpack chunks
2 parents bfd63e0 + 07ccff9 commit e7f80a0

File tree

69 files changed

+426
-96
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+426
-96
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/node_modules

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ server/api/**/*.nedb
33
server/static/javascript
44
server/static/react
55
client/node_modules/
6+
Dockerfile
67
.vscode
8+
site
79

client/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"react-ga": "^3.2.0",
3636
"react-helmet": "^6.1.0",
3737
"react-live": "^2.2.3",
38+
"react-loadable": "^5.5.0",
3839
"react-redux": "^7.2.2",
3940
"react-scripts": "4.0.0",
4041
"react-sortable-hoc": "^1.11.0",
@@ -43,6 +44,7 @@
4344
"redial": "^0.5.0",
4445
"redux": "^4.0.5",
4546
"redux-logger": "^3.0.6",
47+
"source-map-explorer": "^2.5.0",
4648
"web-vitals": "^0.2.4"
4749
},
4850
"devDependencies": {
@@ -52,7 +54,8 @@
5254
"start": "react-scripts start",
5355
"build": "react-scripts build",
5456
"test": "react-scripts test",
55-
"eject": "react-scripts eject"
57+
"eject": "react-scripts eject",
58+
"analyze": "source-map-explorer 'build/static/js/*.js'"
5659
},
5760
"eslintConfig": {
5861
"extends": [
16 KB
26.4 KB
2.23 KB
3.11 KB
5.26 KB
8.16 KB
10.7 KB

0 commit comments

Comments
 (0)