web-components-loader icon indicating copy to clipboard operation
web-components-loader copied to clipboard

Webpack loader that makes it incredibly easy to import HTML-centric Web Components into your project.

Results 3 web-components-loader issues
Sort by recently updated
recently updated
newest added

I am not at all a webpack expert, so this change may not be appropriate. However when writing my own config, I did not need a public path, default being...

I would like to load web components that use typescript. Can I use `web-components-loader` loader in this scenario? Currently I have the following setup: **webpack** module: { loaders: [{ test:...

Building upon #2, which added the ability to transform WC JS files. This will take that one step further and allow `` content inside of WC HTML files to be...

enhancement