bootstarted / css-split-webpack-plugin

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

Support Webpack@5.x #33

Closed aleen42 closed 3 years ago

aleen42 commented 3 years ago
  1. adapt removed compiler.plugin and compilation.plugin mentioned in #32.
  2. SourceMapSource will generate related files which can be read under stats.assets[0].related.
  3. SourceMapSource has changed the name property to _name.
aleen42 commented 3 years ago

close and move to #34 with another branch.