Skip to content

Use ExtractTextWebpack Plugin

Compare
Choose a tag to compare
@Geetha1212 Geetha1212 released this 02 Jul 03:42

Summary

  • Added Support for extract-text-webpack-plugin
  • This plugin is used to separate out CSS modules from bundled js chunks into separate CSS file.
  • When you look at the auto generated dist/index.html , you can notice css file include apart from JS bundle includes.