Andreas Hallberg
Andreas Hallberg
I can see why they were added as `optionalDependencies`. However I don't think you're using them as intended, at least not based on [this description](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#optionaldependencies). Using `--no-optional` works, but I...
@tmcconechy @ericangeles @tjamesallen15 would it be possible to patch this for 4.93? I know it's a lot to ask, but if possible we'd need it for our June release which...
Having the library in a machine-readable format (the schema described above) might also make it easier to add other integrations, such as Angular Language Service, type checking, eslint etc. Though...
I couldn't figure out a simple way to extract component metadata (name, attributes etc) ...so I did something incredibly hacky that may or may not be useful for somebody who's...
Update: So I tried setting the `optimization` builder option to `false` while leaving all the other options as-is. This solves the problem, as this is added to `main.js`: ```js /***/...