Oleksandr Krasko

Results 7 comments of Oleksandr Krasko

I have the same problem and look like it appear after v12.1 upgrade I think It's maybe because [addImport](https://github.com/magento/pwa-studio/blob/develop/packages/pwa-buildpack/lib/WebpackTools/targetables/TargetableESModule.js#L28) use [prependSource](https://github.com/magento/pwa-studio/blob/develop/packages/pwa-buildpack/lib/WebpackTools/targetables/TargetableModule.js#L94) ```js prependSource(insert) { return this.spliceSource({ at: 0, insert });...

hello @Jordaneisenburger could you send your diff for this feature I want to move the code of my custom vendor into a standalone bundle/chunk

> hello @Jordaneisenburger could you send your diff for this feature I want to move the code of my custom vendor into a standalone bundle/chunk Something like below @vvendor/kernel/lib/intercept.js ```js...

@huykon yes it worked for me in June, but I didn't test it in the latest version(s)

Do I understand correctly that it is about these wrappers? ```html ... ``` It appears after cms page save in Magento 2.4.3. () It's problem for me also because it...

Fixed https://github.com/magento/magento2-upward-connector/commit/7d21e535295218a3d75efe7b1b82a2e47a03641d

you can use my custom module https://github.com/swissup/module-upward-connector it added a custom config options ![Screenshot from 2022-06-17 13-57-23](https://user-images.githubusercontent.com/412612/174285428-d5017776-d60d-4b2a-902b-959dbbada6f5.png) fastcgi_param don't need anymore