pruny 1.1.28 → 1.1.29
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 +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9461,7 +9461,9 @@ var DEFAULT_CONFIG = {
|
|
|
9461
9461
|
"public/twitter-image.*",
|
|
9462
9462
|
"public/opengraph-image.*",
|
|
9463
9463
|
"public/apple-icon.*",
|
|
9464
|
-
"public/icon.*"
|
|
9464
|
+
"public/icon.*",
|
|
9465
|
+
"proxy.*",
|
|
9466
|
+
"middleware.*"
|
|
9465
9467
|
]
|
|
9466
9468
|
},
|
|
9467
9469
|
extensions: [".ts", ".tsx", ".js", ".jsx"]
|