There was an error while loading. Please reload this page.
1 parent b9004fc commit c699111Copy full SHA for c699111
1 file changed
src/assets/JSAsset.js
@@ -30,6 +30,7 @@ class JSAsset extends Asset {
30
31
mightHaveDependencies() {
32
return (
33
+ this.isAstDirty ||
34
!/.js$/.test(this.name) ||
35
IMPORT_RE.test(this.contents) ||
36
GLOBAL_RE.test(this.contents) ||
0 commit comments