egoist / rollup-plugin-postcss

Seamless integration between Rollup and PostCSS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ES module support

socketopp opened this issue · comments

I am getting this error:

[!] (plugin postcss) Error: require() of ES Module \postcss.config.js from 
node_modules\lilconfig\dist\index.js not supported.
Instead change the require of postcss.config.js in \node_modules\lilconfig\dist\index.js to a dynamic import() which is available in
all CommonJS modules.

See similar error in postcss-cli.
postcss/postcss-cli#387