mariusbalcytis / webpack-bundle

Bundle to Integrate Webpack into Symfony
MIT License
122 stars 36 forks source link

Add sass and less by default #2

Closed Big-Shark closed 8 years ago

Big-Shark commented 8 years ago

Hi, what do you think about add sass and less in standard config?

mariusbalcytis commented 8 years ago

Yup, I think that's reasonable - babel is loaded by default, less and sass are really commonly used.

alexwilson commented 8 years ago

Surely these should be on a per-use-case basis? There's no requirement that users use the stock webpack configuration

mariusbalcytis commented 8 years ago

Yes, but I think more often than not developers will use one or another. And it saves time if you can just use it without any additional googling and configuration. Webpack is nice in that way - we only get some additional files in node_modules, but installing additional loaders does affect anything we get in production.

alexwilson commented 8 years ago

Right, nonetheless this now implies more dependencies than are actually needed to use the bundle 😞