Describe the bug
ReferenceError: require is not defined
at file:///Users/me/../../../node_modules/tailwindcss-scoped-preflight/dist/plugin.modern.mjs:156:23
Occurs when in an ESM environment. package.json has type module
plugin.modern.mjs
const baseCssPath = require.resolve('tailwindcss/lib/css/preflight.css');
Expected behaviour
Builds without error.
Solution:
Update plugin.modern.mjs to not use require