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

Commits on Nov 28, 2022

  1. Task: remove uneeded configs

    process.env.NODE_ENV will be automatically set already based on minify
    https://esbuild.github.io/api/#platform
    
    and browserslist is ignored by esbuild evanw/esbuild#121
    mhsdesign authored and markusguenther committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    4509c4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e62b87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e166ae5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4840715 View commit details
    Browse the repository at this point in the history
  5. Revert "Revert "Task: remove unused babel.rc and jsconfig.json""

    This reverts commit 3605abb.
    mhsdesign authored and markusguenther committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    8f5a2ce View commit details
    Browse the repository at this point in the history
  6. Task: Fix css linting

    mhsdesign authored and markusguenther committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    6d8ddca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60f08fb View commit details
    Browse the repository at this point in the history
  8. Task: Fix omit prop

    mhsdesign authored and markusguenther committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    e515af5 View commit details
    Browse the repository at this point in the history