pruny 1.12.0 → 1.13.0
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 +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9230,7 +9230,8 @@ async function scanUnusedFiles(config) {
|
|
|
9230
9230
|
"**/*.spec.{ts,tsx,js,jsx}",
|
|
9231
9231
|
"scripts/**/*.{ts,js}",
|
|
9232
9232
|
"cypress/**/*.{ts,js,tsx}",
|
|
9233
|
-
"public/sw.js"
|
|
9233
|
+
"**/public/sw.js",
|
|
9234
|
+
"**/sw.{js,ts}"
|
|
9234
9235
|
];
|
|
9235
9236
|
for (const file of allFiles) {
|
|
9236
9237
|
const isEntry = entryPatterns.some((pattern) => {
|