| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
When runnign webpack, we want to pass `--preserve-symlinks` option to the Node.js. However, currently we pass it to webpack process itself. Fix the order of args.
|
test cli-smoke cli-build |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
When runnign webpack, we want to pass --preserve-symlinks option to the Node.js. However, currently we pass it to webpack process itself. Fix the order of args.
PR Checklist
What is the current behavior?
CLI passes --preserve-symlinks to the webpack itself, not to the Node.js.
What is the new behavior?
CLI passes --preserve-symlinks to Node.js process which will run the webpack.
Fixes/Implements/Closes #[Issue Number].