@vercel/static-build 1.0.9 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -19226,7 +19226,7 @@ const build = async ({ files, entrypoint, workPath, config, meta = {}, }) => {
|
|
|
19226
19226
|
routes.push(...frameworkRoutes);
|
|
19227
19227
|
}
|
|
19228
19228
|
let ignore = [];
|
|
19229
|
-
if (config.
|
|
19229
|
+
if (config.outputDirectory === '.' || config.distDir === '.') {
|
|
19230
19230
|
ignore = [
|
|
19231
19231
|
'.env',
|
|
19232
19232
|
'.env.*',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/static-build",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/build-step",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@types/ms": "0.7.31",
|
|
38
38
|
"@types/node-fetch": "2.5.4",
|
|
39
39
|
"@types/promise-timeout": "1.3.0",
|
|
40
|
-
"@vercel/build-utils": "5.0.
|
|
40
|
+
"@vercel/build-utils": "5.0.7",
|
|
41
41
|
"@vercel/frameworks": "1.1.1",
|
|
42
42
|
"@vercel/ncc": "0.24.0",
|
|
43
43
|
"@vercel/routing-utils": "2.0.0",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"rc9": "1.2.0",
|
|
50
50
|
"typescript": "4.3.4"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "e8c7db59cf2746422f1f7e14cc6b7f901c243d50"
|
|
53
53
|
}
|