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 #105, bin that start with . are now considered invalid to prevent out of scope path traversals. As a result, bin like "bin": {"hoge": ".bin/hoge.js"} are now also considered invalid and removed. Was this an intentional change?
Is there an existing issue for this?
Current Behavior
After #105,
bin
that start with.
are now considered invalid to prevent out of scope path traversals. As a result,bin
like"bin": {"hoge": ".bin/hoge.js"}
are now also considered invalid and removed. Was this an intentional change?It seems that scripts like
create-rust-webpack
are no longer executable.rustwasm/rust-webpack-template#190
Expected Behavior
If this change was not intentional, I would like to continue executing scripts as before.
Steps To Reproduce
npm init rust-webpack
Environment
The text was updated successfully, but these errors were encountered: