vaderjs 1.3.3-alpha-93 → 1.3.3-alpha-95
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/package.json +1 -1
- package/vader.js +1 -1
package/package.json
CHANGED
package/vader.js
CHANGED
|
@@ -860,7 +860,7 @@ async function Build() {
|
|
|
860
860
|
await writer(process.cwd() + "/dist/src/" + name, data);
|
|
861
861
|
})
|
|
862
862
|
|
|
863
|
-
const scannedPublicFiles = await glob("**/**.{css,js,html}", {
|
|
863
|
+
const scannedPublicFiles = await glob("**/**.{css,js,html,mjs,cjs,umd.js}", {
|
|
864
864
|
ignore: ["node_modules/**/*", "dist/**/*"],
|
|
865
865
|
cwd: process.cwd() + '/public/',
|
|
866
866
|
absolute: true,
|