You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After about an hour of confusion I realized I should not be calling my build.js as estrella.js, since the package's own estrella.js will mistake it for running itself (
). This results in an unrelated missing <srcfile> argument (see ${prog} -help) error.
I think the README should at least warn about this, if the heuristic can't be changed. I imagine I'm not the only one calling the file estrella.js since there's the convention rollup.config.js and webpack.config.js.
The text was updated successfully, but these errors were encountered:
After about an hour of confusion I realized I should not be calling my
build.js
asestrella.js
, since the package's ownestrella.js
will mistake it for running itself (estrella/src/estrella.js
Line 1022 in 25f0486
missing <srcfile> argument (see ${prog} -help)
error.I think the README should at least warn about this, if the heuristic can't be changed. I imagine I'm not the only one calling the file
estrella.js
since there's the conventionrollup.config.js
andwebpack.config.js
.The text was updated successfully, but these errors were encountered: