dannytce
dannytce
@robertrossmann from time to time yes :) Especially when you get data from external API. Probably the most common usecase is anykind of CMS output, than you need to call...
Thank you @viktordanko for noticing! :) Will update together with next release
Hey @lirantal! Thank you very much for pointing out lockfile-lint! No help needed at this point, but if we will have any struggles, we will definitely ping you. Thank you...
So I was thinking it's about a time to revisit this issue. I just came across this wonderful thing: https://github.com/spotify/web-scripts I know that @lucasconstantino played around with [sapegin/mrm](https://github.com/sapegin/mrm) And @developer239...
Would something like this help you? ``` viteFinal: async (config) => { return { ...config, resolve: { alias: [ { find: '~/web', replacement: path.resolve(__dirname, '../../web/src'), }, { find: '~/server', replacement:...