Rename messages/en.d.json.ts to messages/en.json.d.ts #1839
Unanswered
s-lukashenka-micoworks
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Renaming it to Not sure what is causing your import error, you can check the examples on the website to explore a working setup. I'll move this to a discussion since it seems to be a usage question. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
The file named as-is (
messages/en.d.json.ts
) is causing the following parse error with webpack:Describe the solution you'd like
Rename the generated type file from messages/en.d.json.ts to messages/en.json.d.ts
Describe alternatives you've considered
I am not sure if this is the only solution but it looks like a potential solution.
Beta Was this translation helpful? Give feedback.
All reactions