aruntk / wc-loader

:toilet: Webcomponents webpack loader.
MIT License
99 stars 17 forks source link

Unbundled dev mode with wc-loader #31

Open yebrahim opened 6 years ago

yebrahim commented 6 years ago

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, but keep the different components separate, and not bundle them together, and especially not bundle them with the Polymer library itself? I need this for debugging, where instead of loading a single 20,000 LOC file in the devtools, I need to load one specific component I need to debug. Is this doable?