We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webpack is powerful and has many options , plugins ,loaders... I think It is very hard to cover all situations just by limited options in cli.
webpack
options
plugins
loaders
for example:
externals
webpack-dev-middleware
webpack-dev-server
html-webpack-plugin
generated files (webpack.config.[env].js) and some npm scripts might be better
webpack.config.[env].js
The text was updated successfully, but these errors were encountered:
Can you describe your feature proposal in detail, @jzlxiaohei? Can you produce a PR?
Sorry, something went wrong.
See #1656
Dupe of #1656
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
No branches or pull requests
webpack
is powerful and has manyoptions
,plugins
,loaders
... I think It is very hard to cover all situations just by limited options in cli.for example:
externals
config for cdnwebpack-dev-middleware
notwebpack-dev-server
html-webpack-plugin
, i use template engine(like pug/jade) to generate html.generated files (
webpack.config.[env].js
) and some npm scripts might be betterThe text was updated successfully, but these errors were encountered: