Elad Maimon
Elad Maimon
Trying to revive this. IIUC it's possible to add `aliases` to CF (which adds entries to "Alternate domain names") if the `domain` key is removed from config and `certificateArn` is...
Is there an expected due date for middleware support? I'm sorry to say that I've decided to contact Vercel sales to check hosting alternatives because I don't see plans or...
Isn't there a better solution than that? Deployments should be idempotent, so they can be run from every where (local machines, CI machines, in Docker..) and not having to rely...
@jwdotpark thanks! I considered that approach but it does not sync between non Github actions deployments, e.g, if I deploy locally. In that case, what's the benefit of synching with...
BTW, don't I need to sync also `.serverless_next` folder?
When is this expected to be fixed? I've been using the workarounds here for some time but when my app gets more mature and with new requirements I hit new...
Sure, I forgot to mention that I'm using React, hence, changing a class in some tag is straight forward while manipulating the html tag is not the React way. Regarding...
I understand what you're saying.. Regarding the `rtl-css-loader` I think I now get that maybe it doesn't work with `extract-text-plugin` ? I'm using `extract-text-plugin` for development as well, when I...
But I'm using it with the `style-loader`
I'm sorry, I think I had to write the full background of my configuration instead of providing it in small pieces :) So, basically I'm extracting css to different file...