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
fix(bundler): resolve the configured bundler package and pass buildPath (#6127)
Projects overriding `webpackPackageName` (such as @akylas/nativescript-webpack)
fell back to raw webpack/bin/webpack.js, which rejects the `--env.x` flags the
CLI emits. Resolve the configured package so the modern bin is used instead.
[skip ci]
0 commit comments