Skip to content

useConfigFile error with 2.1.2 #347

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

Closed
saknarak opened this issue Mar 18, 2018 · 3 comments
Closed

useConfigFile error with 2.1.2 #347

saknarak opened this issue Mar 18, 2018 · 3 comments

Comments

@saknarak
Copy link

I use nuxt.js

I found that v2.1.2 has problem with useConfigFile option, but v2.1.1 not.

ERROR  Failed to compile with 1 errors                                                                 1:55:37 AM

 error  in ./node_modules/bulma/css/bulma.css

Module build failed: ValidationError: PostCSS Loader Invalid Options

options['useConfigFile'] is an invalid additional property


 @ ./node_modules/bulma/css/bulma.css 4:14-118 13:3-17:5 14:22-126
 @ ./.nuxt/App.js
 @ ./.nuxt/index.js
 @ ./.nuxt/client.js
 @ multi webpack-hot-middleware/client?name=client&reload=true&timeout=30000&path=/__webpack_hmr ./.nuxt/client.js
@saknarak
Copy link
Author

saknarak commented Mar 18, 2018

I found additionalProperties has been changed from true to false will be cause this problem.
When I switch back to true, it's work without problem.

@andrevandal
Copy link

#346

@ai
Copy link
Contributor

ai commented Mar 20, 2018

I reverted additionalProperties and released 2.1.3

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

3 participants