Andrei
Andrei
@enjoyneering
дьявол кроется в деталях... проблемма в --experimental-modules https://github.com/nodejs/node/issues/25482 Можно поддержать es6? Ну или хотя бы заменить request на... fetch? или... https://www.npmtrends.com/axios-vs-superagent-vs-reqwest-vs-request-promise-vs-whatwg-fetch Прямо мир спасете! Спасибо
Hi! [email protected] the same problem need to add tag 20.x.y
@vladanpaunovic @ScriptedAlchemy Hi! Have you contacted each other? Do you have a forecast solution?
@ygj6 A lot of thanks ``` build: { target: ["chrome89", "edge89", "firefox89", "safari15"], }, ``` and ``` build: { target: "esnext", }, ``` I think need to add it to...
> Personnally I tried with the vue2 example project. yes, with vue3 same problem
https://github.com/originjs/vite-plugin-federation/issues/186#issuecomment-1124619289 from @ruleeeer > The dev mode has some restrictions. Only the complete host side (cannot contain any expose) can use the dev mode. This is because vite does not...
Yes, `vite build --watch` is solution. Thanks