Browse Source

use correct value for package.json config (#146)

This might have been an old way to define the configuration?
Only works when I use `neutrino`, otherwise I get an error:
```
WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
```
v6-dev
Jorge Antunes 8 years ago
committed by Eli Perelman
parent
commit
b09f01edbb
  1. 2
      docs/customization/advanced.md

2
docs/customization/advanced.md

@ -41,7 +41,7 @@ your project._
```json
{
"config": {
"neutrino": {
"use": [
"neutrino-preset-react",
"neutrino-preset-karma",

Loading…
Cancel
Save