Skip to content

Release 1.5.0

Choose a tag to compare

@harlan-zw harlan-zw released this 26 Oct 00:04
· 98 commits to main since this release
  • chore(pkg): fix ESM / CJS builds 38fad03
  • fix(css): avoid transforming css without directives or theme function f6b9977
  • fix(pkg): main branch rename 4befb89

Breaking Change

The plugin now correctly exports both CJS and ESM modules. If you previously had the import code as

const WindiCSSWebpackPlugin = require('windicss-webpack-plugin').default

You should change it to

const WindiCSSWebpackPlugin = require('windicss-webpack-plugin')