-
Notifications
You must be signed in to change notification settings - Fork 531
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
Fix deep property path not working #526
Fix deep property path not working #526
Conversation
- Deactivate `paths` option in 'lodash-webpack-plugin'
1 similar comment
@lionel-bijaoui can we merge this now? |
@zoul0813 Yes ! |
@lionel-bijaoui I just updated one of my projects to the 2.3.2 branch on my fork and I'm still not getting deep property paths loading up ... when I remove the LodashModuleReplacementPlugin from the webpack config, everything works fine ... when it's included, my "location.city, location.state, location.postalCode" fields don't display values in the inputs. I think the "opt-in" config is backwards ... you pass "true" to enable the feature in the plugins options object. I'm not sure which Lodash features we should keep enabled though ...paths and collections seems like something we should enable. |
* master-origin: vue-generators#535, vue-generators#526 - reversed "deep property path" fix
* master-origin: vue-generators#535, vue-generators#526 - reversed "deep property path" fix 2.3.2 releases Fix Rawgit shut down - Change link to cdnjs Export dist Fix deep property path not working - Deactivate `paths` option in 'lodash-webpack-plugin' docs: replace duplicated 2.3.0 with 2.3.1
Bug fix
#511
No
paths
option in 'lodash-webpack-plugin'Thanks @qkdreyer