Closed layershifter closed 10 months ago
This PR adds unstable_attachToEntryPoint config option that replaces unstable_attachToMainEntryPoint. To migrate please do:
unstable_attachToEntryPoint
unstable_attachToMainEntryPoint
new GriffelCSSExtractionPlugin({ - unstable_attachToMainEntryPoint: true, + unstable_attachToEntryPoint: 'main', })
🤖 This report was generated against 3dbf71b3e8b6525ccece9ee43ed17fae64e30d5c
This PR adds
unstable_attachToEntryPoint
config option that replacesunstable_attachToMainEntryPoint
. To migrate please do: