Replies: 3 comments 6 replies
-
I guess we may need a snowpack plugin to fulfill the functionality provided by lingui webpack loader. I wonder if it's the right direction... |
Beta Was this translation helpful? Give feedback.
0 replies
-
OK, here is my early results https://github.com/amankkg/frontend-template |
Beta Was this translation helpful? Give feedback.
0 replies
-
Got a draft version of snowpack plugin working here amankkg/frontend-template@1b99583 So far it only supports default config location and only a |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm researching CRA alternatives and Snowpack looks very appealing. So far I've reproduced most of our app stack using snowpack (MUI, TS, new JSX transform, etc.). Now I need to check if it's possible to configure dev setup for Lingui.
AFAIU, there is no clear way to replace webpack loader in order to improve DX. Other parts (dynamic imports and macro) are good to go (almost) out of the box: one has to add snowpack's babel plugin with macros babel plugin.
I wonder if anyone tried to do the same?
Beta Was this translation helpful? Give feedback.
All reactions