bootstarted / css-split-webpack-plugin

Split your CSS for stupid browsers using webpack and postcss.
78 stars 22 forks source link

Webpack 2 support - part 2 #13

Closed yleclanche closed 7 years ago

yleclanche commented 7 years ago

I tried the 0.2.2 and it's not working with Webpack 2.

There is another import issue : Error: Cannot find module 'webpack/lib/RawSource' Importing RawSource from webpack-sources resolve the import error but it crashed during the webpack build : http://pastie.org/10977708

yleclanche commented 7 years ago

Ok, I made more tests and my issue is not related to webpack 2 (except for the import issue). This fixes the other issue : https://github.com/metalabdesign/css-split-webpack-plugin/pull/9

izaakschroeder commented 7 years ago

Sorry for the delay, things have been crazy busy here 😄 I think all should be resolved in v0.2.3 and the corresponding additional integration tests with webpack@2 https://github.com/metalabdesign/css-split-webpack-plugin/pull/14 and the merging of https://github.com/metalabdesign/css-split-webpack-plugin/pull/9.

izaakschroeder commented 7 years ago

Feel free to re-open this issue if it's still giving you trouble. 🎉