windicss/svelte-windicss-preprocess

3.2.1 does not process plugins in windi.config.js

multics opened this issue · 3 comments

for example: to use scroll-snap plugin, add following is good enough.

 module.exports = {
 plugins: [
    require('windicss/plugin/scroll-snap'),
  ]
}

Since 3.2.1, plugins are not loaded correctly.

FYI: 3.2.0 works perfectly.

fix is in works.. eta 1-2 day .. sorry for that.. just stick to 3.2.0 for now

@multics does it work with the latest update?