Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bin/webpack* - run yarn scripts without extra --
Prevents yarn from complaining: ```diff $ bin/webpack yarn run v1.13.0 -warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts. $ /home/himdel/manageiq-ui-classic/node_modules/.bin/webpack --config /home/himdel/manageiq-ui-classic/config/webpack/development.js ... ``` at the cost of losing pre-yarn-1.0.0 compatibility.
- Loading branch information