File tree 2 files changed +5
-9
lines changed
packages/gatsby-plugin-offline/src
2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ exports.onPostBuild = (args, pluginOptions) => {
53
53
54
54
const criticalFilePaths = _ . uniq (
55
55
_ . concat (
56
- getResourcesFromHTML ( `${ process . cwd ( ) } /${ rootDir } /index.html` ) ,
57
56
getResourcesFromHTML ( `${ process . cwd ( ) } /${ rootDir } /404.html` ) ,
58
57
getResourcesFromHTML (
59
58
`${ process . cwd ( ) } /${ rootDir } /offline-plugin-app-shell-fallback/index.html`
@@ -62,7 +61,6 @@ exports.onPostBuild = (args, pluginOptions) => {
62
61
) . map ( omitPrefix )
63
62
64
63
const globPatterns = files . concat ( [
65
- `index.html` ,
66
64
`offline-plugin-app-shell-fallback/index.html` ,
67
65
...criticalFilePaths ,
68
66
] )
Original file line number Diff line number Diff line change @@ -2928,13 +2928,6 @@ babel-plugin-lodash@^3.2.11:
2928
2928
lodash "^4.17.10"
2929
2929
require-package-name "^2.0.1"
2930
2930
2931
- babel-plugin-macros@^2.4.0:
2932
- version "2.4.0"
2933
- resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.4.0.tgz#6c5f9836e1f6c0a9743b3bab4af29f73e437e544"
2934
- integrity sha512-flIBfrqAdHWn+4l2cS/4jZEyl+m5EaBHVzTb0aOF+eu/zR7E41/MoCFHPhDNL8Wzq1nyelnXeT+vcL2byFLSZw==
2935
- dependencies:
2936
- cosmiconfig "^5.0.5"
2937
-
2938
2931
babel-plugin-macros@^2.4.2:
2939
2932
version "2.4.2"
2940
2933
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.4.2.tgz#21b1a2e82e2130403c5ff785cba6548e9b644b28"
@@ -11330,6 +11323,11 @@ json-stable-stringify@^1.0.0:
11330
11323
dependencies:
11331
11324
jsonify "~0.0.0"
11332
11325
11326
+ json-stream-stringify@^2.0.1:
11327
+ version "2.0.1"
11328
+ resolved "https://registry.yarnpkg.com/json-stream-stringify/-/json-stream-stringify-2.0.1.tgz#8bc0e65ff94567d9010e14c27c043a951cb14939"
11329
+ integrity sha512-5XymtJXPmzRWZ1UdLQQQXbjHV/E7NAanSClikEqORbkZKOYLSYLNHqRuooyju9W90kJUzknFhX2xvWn4cHluHQ==
11330
+
11333
11331
json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1:
11334
11332
version "5.0.1"
11335
11333
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
You can’t perform that action at this time.
0 commit comments