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
@evilebottnawi : It is invalid because we will specify HTML and CSS as entry points in the near future + dependOn, if you have HTML entrypoint and use --output=/path/to/file.js it was wrong, Ideally we should remove --output in favor --output-path, also this one will be consistent with webpack@5 cli args
What is the current behavior?
Passing a file in output flag sets filename object in output
To Reproduce
Pass /path/to/file.js
Expected behavior
It should only set output.path, filename should only be configured using config
Screenshots
Please paste the results of webpack-cli info here, and mention other relevant information
Describe the bug
@evilebottnawi : It is invalid because we will specify HTML and CSS as entry points in the near future + dependOn, if you have HTML entrypoint and use --output=/path/to/file.js it was wrong, Ideally we should remove --output in favor --output-path, also this one will be consistent with webpack@5 cli args
What is the current behavior?
Passing a file in output flag sets filename object in output
To Reproduce
Pass
/path/to/file.js
Expected behavior
It should only set
output.path
, filename should only be configured using configScreenshots
Please paste the results of
webpack-cli info
here, and mention other relevant informationAdditional context
#1832 (comment)
The text was updated successfully, but these errors were encountered: