John Gouigouix

Results 6 comments of John Gouigouix

There is always the problem with Chrome: - Version 76.0.3809.132 (Official Build) (64-bit) - Version 78.0.3901.0 (Official Build) canary (64-bit) A solution ?

@ericlenio or like this 😉 ``` task("default", async (): Promise => { await exec("clean"); await exec("copy"); await exec("build-styles"); await exec("build-scripts"); }); ```

Hello @starsolaris, @SyrineBen, It is indeed the lib "d3-ease" which made a modification in its code that the TypeScript compiler interprets in order to optimize the code by removing the...

> Is this fuse-box issue or some of fuse-box dependencies? No connection with FuseBox, you can close the issue 😉

> This is not an issue with typescript, this is an issue with fuse-box. Indeed, I just tested I do not have this problem when I use compilation by tsc....

Hi @jondot, I have the same problem ! In my case I have a default destination folder if I don't use the catalog parameter. Example : ``` to: "" ```...