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.dev.conf.js中 rule 的配置格式是这样的. module.exports = merge(baseWebpackConfig, { module: { rules: utils.styleLoaders({ sourceMap: config.dev.cssSourceMap }) }, 和咱们官网推广的格式不一样啊.请问我这个该怎么改动.
module.exports = merge(baseWebpackConfig, { module: { rules: utils.styleLoaders({ sourceMap: config.dev.cssSourceMap }) },
我是小白用户,请给个简单示例可以了 吗
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我的版本中, webpack.dev.conf.js中 rule 的配置格式是这样的.
module.exports = merge(baseWebpackConfig, { module: { rules: utils.styleLoaders({ sourceMap: config.dev.cssSourceMap }) },
和咱们官网推广的格式不一样啊.请问我这个该怎么改动.
我是小白用户,请给个简单示例可以了 吗
The text was updated successfully, but these errors were encountered: