Gábor Soós
Gábor Soós
What is the difference between the two configurations that makes it possible?
The `build` script is in production mode with the `-p` flag for `webpack`. Haven't planned it before. Why would you skip sourcemaps?
You have to pass the styles as a raw string, replace style-loader with raw-loader
Added example for style loading and without `ViewEncapsulation.None` it works fine. Is it necessary, because this way it will affect the whole page? If so i would create a ticket...
@KirilNN Added support for global styles. I dont think that using ViewEncapsulation.None for global styles is a good practice. Rather require them in a separate file like now in the...
It should throw, but i would search for it in the main repository. Haven't encountered this situation yet.
What kind of info you are interested in? Webpack doesnt print out where it failed?
Haven't thought, but would be a good addition.
It's intentional to use the composition api plugin
Hi, Does it mean it passes down a prop from parent to a child with the name `value` and this value should change when the parent component modifies the `something`...