Select to view content in your preferred language

Issue: The glob pattern import("./**/*.entry.js*") did not match any files [empty-glob]

1804
11
Jump to solution
04-15-2024 09:50 AM
ForrestLin
Frequent Contributor

I'm developing Map Website using ArcGIS Maps SDK for JavaScript and Calcite Component with Angular. I got issue with "ng build". "ng serve" works well.

▲ [WARNING] The glob pattern import("./**/*.entry.js*") did not match any files [empty-glob]

node_modules/@stencil/core/internal/client/index.js:3801:2:
3801 │ `./${bundleId}.entry.js${BUILD.hotModuleReplacement && hmrVers...

ForrestLin_2-1713199116808.png

"ng v" gives me:

ForrestLin_1-1713198762687.png

"npx stencil info" gives me:

ForrestLin_0-1713200082867.png

 

Thanks.

Forrest

0 Kudos
11 Replies
AndyGup
Esri Regular Contributor

I'm not seeing those skips on my local build. Please post a link to a repro sample.

0 Kudos
ForrestLin
Frequent Contributor

Hi @AndyGup 

It will take me some time to create a repro sample from my project. 

Thanks.

Forrest

0 Kudos