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

Support camelCase key #54

Open
mrleblanc101 opened this issue Jan 30, 2023 · 1 comment
Open

Support camelCase key #54

mrleblanc101 opened this issue Jan 30, 2023 · 1 comment

Comments

@mrleblanc101
Copy link

mrleblanc101 commented Jan 30, 2023

Hi,
I don't really like having hyphenated key in my nuxt.config.json.
Would it be possible to add support for camelCase key too ?

- 'google-gtag': {
+ googleGtag: {
    id: 'UA-some-id',
},
@mrleblanc101
Copy link
Author

I see in the code that this is supposed to be supported.
But it was never released to npm, the latest version is 1.0.4 and the commit adding this feature was release after.

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