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.config.js来配置webpack的。
webpack.config.js
但是在大型项目里,往往需要定制化编译过程——让配置更加灵活,这就需要借助Node接口。
webpack-chain 并不是官方提供的库,但是它却能方便我们生成和修改webpack的配置(v2~v4)。
Webpack API webpack-chain webpack-merge
The text was updated successfully, but these errors were encountered:
No branches or pull requests
概述
一般来说,我们都是通过项目根目录下面的
webpack.config.js
来配置webpack的。但是在大型项目里,往往需要定制化编译过程——让配置更加灵活,这就需要借助Node接口。
接口
webpack-chain
webpack-chain 并不是官方提供的库,但是它却能方便我们生成和修改webpack的配置(v2~v4)。
webpack-merge
参考
Webpack API
webpack-chain
webpack-merge
The text was updated successfully, but these errors were encountered: