Stéphane Tessier
Stéphane Tessier
I used a _modernizr-config.json_ file for config, like advised for for the cli. With webpack 2, here is the conf that works for me: (the json loader is a bit...
Yes, I can confirm that. Everything works fine except the `tsc` cli
Not sure what you mean. In my package.json I have: ```json "@types/jasmine": "3.10.2", "@types/luxon": "2.0.7", "@types/node": "16.11.10", ``` So in tsconfig.json I tried to force jasmin and luxon: ```json "types":...
the only error I found is when I run `ng run my-project:server` because there is `types: [ 'node']` in the tsconfig.server.json file so it conflicts the exact same way. I...
confirmed... :(
I had to pick an other plugin, but really it's easy to reproduce : try to use the image zoom plugin inside a bootstrap dialog.
https://stackblitz.com/edit/stackblitz-starters-uppvnx3z?file=src%2Fapp%2Fapp.component.ts