Skip to content
New issue

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.extractText = false is considered invalid #418

Closed
zawupf opened this issue Jan 9, 2018 · 0 comments
Closed

webpack.extractText = false is considered invalid #418

zawupf opened this issue Jan 9, 2018 · 0 comments

Comments

@zawupf
Copy link

zawupf commented Jan 9, 2018

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:

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.

@insin insin closed this as completed in b585ab0 Jan 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant