Skip to content

Conversation

@RobinMalfait
Copy link
Member

  • filter out ..Variant plugins for the core-plugin-list
  • inline all corePlugins
  • move preflight css to ./src/css
  • remove individual plugins
  • convert export default object to named exports
  • drop unused variants() function
  • make a few plugins shorter

@RobinMalfait RobinMalfait changed the title inline plugins Inline plugins Sep 9, 2021
Note: Normally I would use export function ..., but since we also have
some export let xx = createUtilityPlugin in this file, it means that all
the `export function` declarations would be hoisted and therefore won't
have the correct order anymore.

To fix this, I used `export let xx = () => {}` instead of the usual
`export function xx() {}`
This was required for AOT mode.
@reinink reinink merged commit 688357f into master Sep 9, 2021
@reinink reinink deleted the inline-plugins branch September 9, 2021 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants