rnicholus / web-components-loader

Webpack loader that makes it incredibly easy to import HTML-centric Web Components into your project.
https://www.npmjs.com/package/web-components-loader
MIT License
36 stars 3 forks source link

Webpack build fails if loader is not last in list #8

Closed rnicholus closed 7 years ago

rnicholus commented 7 years ago

Likely caused by a rookie mistake (this is my first Webpack loader):

ERROR [config]: Invalid config file!
rnicholus commented 7 years ago

I think this error was actually caused by an incorrectly configured test property. Closing for now, but will re-open if I see it again and can point to an issue with the loader itself.