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

feat(macro): macro for vite #386

Merged
merged 31 commits into from
Mar 15, 2022
Merged

feat(macro): macro for vite #386

merged 31 commits into from
Mar 15, 2022

Commits on Mar 6, 2022

  1. feat: init

    Aslemammad committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    2cd2549 View commit details
    Browse the repository at this point in the history
  2. remove unused

    Aslemammad committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    0a01569 View commit details
    Browse the repository at this point in the history
  3. feat: use unreleased code

    Aslemammad committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    c80b38b View commit details
    Browse the repository at this point in the history
  4. update package.json

    Aslemammad committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    13189af View commit details
    Browse the repository at this point in the history
  5. relint

    Aslemammad committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    b88f637 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70be59b View commit details
    Browse the repository at this point in the history
  7. add macro-vite to build

    Aslemammad committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    9853d38 View commit details
    Browse the repository at this point in the history
  8. add chokidar

    Aslemammad committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    40b2533 View commit details
    Browse the repository at this point in the history
  9. relint

    Aslemammad committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    f410386 View commit details
    Browse the repository at this point in the history
  10. macro vite in exports

    Aslemammad committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    978ed75 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Configuration menu
    Copy the full SHA
    7f16d74 View commit details
    Browse the repository at this point in the history
  2. lint

    Aslemammad committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    53638ee View commit details
    Browse the repository at this point in the history
  3. add readme

    Aslemammad committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    e46d1b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Update package.json

    Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
    Aslemammad and dai-shi committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    cfde197 View commit details
    Browse the repository at this point in the history
  2. rollup

    Aslemammad committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    618cd6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2088b0 View commit details
    Browse the repository at this point in the history
  4. revert eslint

    Aslemammad committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    d39150d View commit details
    Browse the repository at this point in the history
  5. update tsconfig

    Aslemammad committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    6cd5ad7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. change vite version

    Aslemammad committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    6d0480c View commit details
    Browse the repository at this point in the history
  2. remove skipLibCheck

    Aslemammad committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    4a0ad46 View commit details
    Browse the repository at this point in the history
  3. update yarn lock

    Aslemammad committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    3a8779e View commit details
    Browse the repository at this point in the history
  4. add ts-ignore

    Aslemammad committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    0bb36a2 View commit details
    Browse the repository at this point in the history
  5. add eslint comment

    Aslemammad committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    385f581 View commit details
    Browse the repository at this point in the history
  6. revert

    Aslemammad committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    cad1453 View commit details
    Browse the repository at this point in the history
  7. patch

    Aslemammad committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    faec07f View commit details
    Browse the repository at this point in the history
  8. Update package.json

    Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
    Aslemammad and dai-shi committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    5a3f72e View commit details
    Browse the repository at this point in the history
  9. Update package.json

    Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
    Aslemammad and dai-shi committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    6d3387e View commit details
    Browse the repository at this point in the history
  10. Update package.json

    Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
    Aslemammad and dai-shi committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    417a13b View commit details
    Browse the repository at this point in the history
  11. update lock

    Aslemammad committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    2a40e21 View commit details
    Browse the repository at this point in the history
  12. add postinstall

    Aslemammad committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    68220ea View commit details
    Browse the repository at this point in the history
  13. remove chokidar

    Aslemammad committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    0588310 View commit details
    Browse the repository at this point in the history