Hey guys, after I've upgraded my repos to 3.1.1 I'm getting build issues that I can't resolve.
Nuxt build error
Module build failed (from ./node_modules/postcss-loader/dist/cjs.js):
TypeError: Cannot read properties of undefined (reading 'config')
Also getting this issue on components which have the <style> defined within the component.
'import' and 'export' may appear only with 'sourceType: module'
Reverting back to 3.0.0 resolves the issue.