How to ignore postcss.config.js from specified module?

I’m trying to import the animate.css, but got following error.

[[module.imports]]
path = "github.com/animate-css/animate.css"
TypeError: Cannot read properties of undefined (reading 'prefix')
    at module.exports (/home/razon/.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/animate-css/animate.css@v4.1.1+incompatible/postcss.config.js:18:60)

Is there an option to ignore the postcss.config.js from a module like ignoreConfig and ignoreImports.