vue-loader icon indicating copy to clipboard operation
vue-loader copied to clipboard

📦 Webpack loader for Vue.js components

Results 176 vue-loader issues
Sort by recently updated
recently updated
newest added

For some reasons, we alway get a error when building in production mode: `compiler.parseComponent is not a function`. After we tried to debug it, we found some loaders call vue-loader...

[preview](https://github.com/znck/vue-loader/blob/template-spec/docs/spec/template.md) cc: @chrisvfritz @octref @yyx990803

The default `$style` is too long for write and read. Custom inject in every file is fussy. This pr make it configable.

In some cases ,custom block loader You may need an id parameter,If you do not modify vue-loader,The custom block loader implementation seems to get very complicated

prependData and it's predecessor ``` data ``` both include all variables and files. In previous projects, we've run accros bundle sizes for CSS files that saw a 20x decrease when...

Hi Haoqun, @sodatea I find that the test run failed on Windows. I think that all the '\r\n' in the source should be replaced with '\n'. Please review it. Thx

I needed a way to write multiple `` tags on my components, but to only apply (i.e. bundle) them conditionally. ## The feature I was looking for > This is...