Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TASK: esbuild adjustments #3266

Merged
merged 8 commits into from
Nov 28, 2022
Merged

TASK: esbuild adjustments #3266

merged 8 commits into from
Nov 28, 2022

Conversation

mhsdesign
Copy link
Member

@mhsdesign mhsdesign commented Nov 24, 2022

some leftovers from #3200

This pr holds

  • remove postcss auto prefixer (no need as we support es2020 TAKS: Es2020 target instead of esnext #3274 )
  • remove postcss hexrgba plugin which allowed to write rgba(#000, .5) instead of rgba(0, 0, 0, .5) (and its few usages it just seems wrong to pull in a plugin for 6usages)
  • remove post css import plugin (esbuild will handle css imports already)
  • use typescript parser also for linting js files (that way we can ged rid of babel)
  • enable scss linting and fix minor problems

related: #3263

die babel

@Sebobo Sebobo changed the title Task esbuild adjustments TASK: esbuild adjustments Nov 25, 2022
@mhsdesign
Copy link
Member Author

mhsdesign commented Nov 26, 2022

Id like to get that clean up also merged.
That where the commits i had laying around locally when #3200 was merged.

@markusguenther markusguenther merged commit 1a2401b into 8.2 Nov 28, 2022
@markusguenther markusguenther deleted the task/esbuild-adjustments branch November 28, 2022 17:02
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.

2 participants