Closed chenjiahan closed 3 weeks ago
dirname(require.resolve('preact/package.json'))
/node_modules[\\/]preact[\\/]/
dirname(require.resolve('preact/package.json'))
to alias preact runtime modules. This change can allow users to use the ESM bundles of preact./node_modules[\\/]preact[\\/]/
to exclude preact internal packages. This change can reduce rule conditions and improve build performance.