ThibaudAV

Results 32 comments of ThibaudAV

Thank you, I'll test it, if I have time. :)

haha and now ? I have the same problem apparently

I don't know if this is it. but apparently `ui-router/angularjs` uses lib-esm which uses lib-esm for import `coreservices` `ui-router/angular` uses fesm2015 and so uses llib for import `coreservice` so for...

Probably due to my project which looks like frankenstein monster. With this configuration in webpack it seems to solve the problem ``` { test: /\.mjs$/, include: /node_modules/, type: 'javascript/auto', resolve:...

There will surely be things to change [here](https://github.com/gravitee-io/gravitee-kubernetes-operator) too. because actually CRD are on `default` ns and apim on `apim-dev` ns of k3d

Yes I can have a look. But to be honest I don't know if this completely be enough Because this code need to deal with angular internal stuff that change...

If I remember correctly, this is because is what Angular use in in the height lvl of this kind of function. I've try to use the most highest. but I...

I don't know if the plan is always to move framework lib to dedicate repository (or i'm mistaken). But maybe we can plan this with 7 ? Wdyt @shilman @kroeder

I don't have the impression that this prevents sotrybook from working properly, no? This also seems to happen only once at the first HMR. It seems to be related to...

@nomadoda I have redone the steps and I can't reproduce the problem :/ Is it still there ?