web-components-loader
web-components-loader copied to clipboard
Webpack loader that makes it incredibly easy to import HTML-centric Web Components into your project.
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...