I'm seeting my options like this:
const postcssPlugin = postcss({
inject: false,
extract: false,
autoModules: true,
plugins: [autoprefixer],
use: {
less: {
javascriptEnabled: true,
},
},
});
But I can still see the styleInject
in the code.
Am I missing something?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too