Skip to content

8.0.0

Compare
Choose a tag to compare
@yoriiis yoriiis released this 03 May 14:12
· 59 commits to main since this release

⚠️ Breaking changes

  • Minimum supported Node.js version is 16.20.0 (#90)
  • templateStyle and templateScript parameters are transformed into functions (#91)
  • The outputPath parameter is removed. Files are generated by default by webpack compilation according to output.path
  • The customFormatTags parameter is removed. Custom generation can be done with templateStyle and templateScript functions

New features

  • Add schema validation on plugin and loader options (#89)
  • Fix compatibility with webpack cache (#91)