Franck Freiburger

Results 72 comments of Franck Freiburger

It seems that `z-index: -1; visibility: hidden` is not sufficient (I don't know why) I will try to add `pointer-events: none;`

I agree that it could be very convenient to have a directive. `resize-sensor` needs to add an element inside the container you are watching for resizing. This mean that all...

Thanks @rafaellehmkuhl `moduleCache` is mandatory but is marked as optional in the doc `moduleCache?` (my bad)

Loading from sources `"vue3-sfc-loader/src/index"` will not work. Sources are intended to be processed by webpack before being usable.

> (AFAIK) TypeScript cannot import [flow](https://flow.org/) files. My only option is to wait the resolution of [Migrate Babel from Flow to TypeScript](https://github.com/babel/babel/pull/11578) PR. [related stackoverflow question](https://stackoverflow.com/questions/65304252/use-babel-source-instead-of-babel-packages-babel)

After some investigations, I have found the following clues: - Webpack treats each configuration as an isolated process but when multi-compiler is involved, `webpack([...])` returns a MultiCompiler instance that supports...

... this implies that `package.json` cannot be emitted on a per-compilation basis

Ok, I will post my current implementation. I am setting up a server-side-rendering framework based on vue.js. client-side-bundle and server-side-bundle are automatically generated according the web application and the server-bundle...

I think it is possible for me to bundle all server-side stuff in a single bundle but currently splitting into two bundles allow me to update only the webapp code...

Ok, it's not very urgent, thanks and good luck with your refactoring !