Skip to content

Commit 2573daf

Browse files
committed
code splitting
1 parent be6dbf8 commit 2573daf

29 files changed

+1988
-1330
lines changed

.DS_Store

2 KB
Binary file not shown.

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@ npm run dev
139139
npm run test
140140
```
141141

142+
### Analyze production bundle (*PWA friendly*)
143+
144+
```bash
145+
npm run analyze
146+
```
147+
142148
### bundle production mode
143149

144150
```bash

docs/.DS_Store

6 KB
Binary file not shown.

docs/assets/0.app.bundle.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/1.app.bundle.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/2.app.bundle.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/3.app.bundle.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/4.app.bundle.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/app.bundle.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/app.vendor.bundle.js

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
self.__precacheManifest = [
2+
{
3+
"revision": "eb1c310c385e9abe4465",
4+
"url": "app.styles.css"
5+
},
6+
{
7+
"revision": "89889688147bd7575d6327160d64e760",
8+
"url": "glyphicons-halflings-regular.svg"
9+
},
10+
{
11+
"revision": "b06871f281fee6b241d60582ae9369b9",
12+
"url": "fontawesome-webfont.ttf"
13+
},
14+
{
15+
"revision": "912ec66d7572ff821749319396470bde",
16+
"url": "fontawesome-webfont.svg"
17+
},
18+
{
19+
"revision": "674f50d287a8c48dc19ba404d20fe713",
20+
"url": "fontawesome-webfont.eot"
21+
},
22+
{
23+
"revision": "3e513f2f91be63354389",
24+
"url": "app.vendor.bundle.js"
25+
},
26+
{
27+
"revision": "eb1c310c385e9abe4465",
28+
"url": "app.bundle.js"
29+
},
30+
{
31+
"revision": "2873de3683c41f1fa68c",
32+
"url": "4.app.bundle.js"
33+
},
34+
{
35+
"revision": "c0163ec3f624cbf985b4",
36+
"url": "3.app.bundle.js"
37+
},
38+
{
39+
"revision": "9e3ed186849b3cccc1c4",
40+
"url": "2.app.bundle.js"
41+
},
42+
{
43+
"revision": "5e440950361fe4a71227",
44+
"url": "1.app.bundle.js"
45+
},
46+
{
47+
"revision": "6061070c2a4eab51b0d6",
48+
"url": "0.app.bundle.js"
49+
}
50+
];

docs/assets/sw.js

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/**
2+
* Welcome to your Workbox-powered service worker!
3+
*
4+
* You'll need to register this file in your web app and you should
5+
* disable HTTP caching for this file too.
6+
* See https://goo.gl/nhQhGp
7+
*
8+
* The rest of the code is auto-generated. Please don't update this file
9+
* directly; instead, make changes to your Workbox build configuration
10+
* and re-run your build process.
11+
* See https://goo.gl/2aRDsh
12+
*/
13+
14+
importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.0.1/workbox-sw.js");
15+
16+
importScripts(
17+
"precache-manifest.925a149390512431675015adb03b41c2.js"
18+
);
19+
20+
workbox.skipWaiting();
21+
workbox.clientsClaim();
22+
23+
/**
24+
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
25+
* requests for URLs in the manifest.
26+
* See https://goo.gl/S9QRab
27+
*/
28+
self.__precacheManifest = [].concat(self.__precacheManifest || []);
29+
workbox.precaching.suppressWarnings();
30+
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});

0 commit comments

Comments
 (0)