Franck Freiburger

Results 19 issues of Franck Freiburger

I wondering if it is possible to wrap portal-target content ? **example:** ``` My content ``` **result:** if portal source is defined: `My content` if portal source is not defined:...

PR welcome
feature

I regret to announce that I will no longer maintain http-vue-loader codebase. However, the (very) good news is that [vue3-sfc-loader](https://github.com/FranckFreiburger/vue3-sfc-loader) now supports Vue 3 and Vue 2 (thanks to @Toilal...

https://github.com/FranckFreiburger/vue3-sfc-loader

From a client-side point of view, most style pre-processors provide an asynchronous rendering API, while other pre-processors do not support a sync rendering API at all. Then it could be...

enhancement
WIP
request for comments

I would like to embed babel using source version (`github.com/babel`) instead of packaged version (npm `@babel/*`) in order to benefits of a better (webpack) tree-shaking (`@babel/*` is cjs whereas `github.com/babel`...

enhancement
help wanted

Hi, I use webpack in [MultiCompiler mode](https://webpack.js.org/api/plugins/compiler/#multicompiler) to compile my 3 bundles: client-side-bundle, server-side-bundle and server-bundle. server-side-bundle and server-bundle run on the server in the same nodejs instance but does...

enhancement
help wanted

currently, sw-precache uses 'fs' (`fs.statSync, fs.readFileSync, fs.realpathSync, fs.readFileSync, fs.readFile, fs.writeFile`) to access files, whereas, in dev mode, webpack uses a [memory filesystem](https://github.com/webpack/memory-fs). In order to allow test sw-precache in dev...

In the following example: ``` const fs = require('fs') const { spawn } = require('child_process'); const { Readable } = require('stream'); const archiver = require('archiver'); const archive = archiver('zip'); archive.pipe(fs.createWriteStream('test.zip'));...

**Description** According to the types definition file : https://github.com/danvk/source-map-explorer/blob/e25947078be7e59ebed47459d988eadf0f4a5110/src/lib/types.d.ts#L37-L42 `Bundle` accepts `code`, `map` and `coverageRanges`. But it seems to not being taken in account in the output html file. **Steps...

🚀 enhancement