Dabolus / polymer3-webpack-starter-kit

Polymer 3 Starter Kit with Webpack
MIT License
55 stars 6 forks source link

Remove `css-loader` #63

Closed Dabolus closed 6 years ago

Dabolus commented 6 years ago

For what we do, postcss-loader is already capable of doing everything that css-loader does, so it is a useless extra step. We should be able to tweak the config a bit and safely remove it

Dabolus commented 6 years ago

Done with #64

logicalphase commented 6 years ago

I was just about to suggest this change, and very glad to see that you handled it. I'm really impressed with this project. This is my first real TypeScript project with Polymer and I've got a lot to learn. But that's cool. I'm more comfortable with typed languages, and I'm pushing to get the rest of the Polymer leads to consider refactoring P3 in TypeScript. I think it would save a lot of trouble down the line. Anyway, regardless, thanks for putting this together. Kudos.