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

:toilet: Webcomponents webpack loader.

Results 7 wc-loader issues
Sort by recently updated
recently updated
newest added

Seems like wc-loader is incompatible with webpack@4 Here is the output of webpack build: ``` ERROR in ./assets/web-components/tags-select/tags-select.html Module build failed: TypeError: Cannot read property 'output' of undefined at Object.convertPlaceholder...

I'm using wc-loader to bundle my Polymer elements, and it's working flawlessly. However, is there a way I can bundle each component's resources (html, js, and css) into one file,...

Is it possible to combine wc-loader with sass-loader? I have currently a work around by referencing my stylesheet from my dist folder after processing scss with sass-loader and using ExtractTextPlugin....

Hello I am facing issues with the wc-loader. See error message here ERROR in Error: Child compilation failed: Module not found: Error: Can't resolve './bower_components/polymer/polymer.html' in '/Users/vinayakam.murugan/Projects/demo-pwa/src': Error: Can't resolve...

This is what I have in my webpack config: ``` output: { path: '/Users/Birowsky/Projects/Commercial/Dscova/Dscova - Frontend/builds/web', publicPath: '', filename: '[name].js' }, ``` Let me know if I can provide anything...

unregister component feature might be needed. https://github.com/w3c/webcomponents/issues/152