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
This issue is a: Bug report
node v8.9.4 yarn 1.3.2 nwb v0.21.0
To disable ExtractWebpackPlugin the docs still recommend to set the corresponding option to false. But when checking the config:
false
module.exports = { webpack: { extractText: false } }
this error is reported:
× webpack.extractText = 'type: boolean' Must be an Object
Note: Using { disable: true } instead of false seems to be a workaround.
{ disable: true }
The text was updated successfully, but these errors were encountered:
b585ab0
No branches or pull requests
This issue is a: Bug report
node v8.9.4
yarn 1.3.2
nwb v0.21.0
To disable ExtractWebpackPlugin the docs still recommend to set the corresponding option to
false
.But when checking the config:
this error is reported:
Note: Using
{ disable: true }
instead offalse
seems to be a workaround.The text was updated successfully, but these errors were encountered: