perchlabs / webird

Webird
98 stars 22 forks source link

Upgrade to Webpack 2 #13

Closed dschissler closed 8 years ago

dschissler commented 8 years ago

Webird should be reconfigured to use Webpack 2 when it is released.

dschissler commented 8 years ago

I tried to make the conversion a few weeks ago but I was having trouble with some of the core loaders due to the change in how it processes query variables. Likely there is nothing wrong with Webpack but I didn't have time to ask in the issue tracker.

dschissler commented 8 years ago

I'm currently working to upgrade Webird to Webpack 2. The project will likely be without updates until the conversion is complete. Webpack is a tricky bit of code and Webird does quite a lot of involved work.

dschissler commented 8 years ago

Webird is now using Webpack 2. Currently there is an issue with PostCSS when used with the Webpack text extractor plugin and so I commented it out until there is a solution. This means that the CSS is now delivered in the JS bundle.