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

Refactor plugins and update seed-theme #1

Merged
merged 20 commits into from Jun 21, 2022
Merged

Refactor plugins and update seed-theme #1

merged 20 commits into from Jun 21, 2022

Commits on Jun 15, 2022

  1. Remove unused packages from workspace

    Scott Polhemus committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    f05e316 View commit details
    Browse the repository at this point in the history
  2. Upgrade vite to 3.0.0-alpha.11

    Scott Polhemus committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    2d9f97d View commit details
    Browse the repository at this point in the history
  3. Use relative base instead of dynamic-base plugin

    Scott Polhemus committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    bbad521 View commit details
    Browse the repository at this point in the history
  4. Refactor config and html plugins

    Scott Polhemus committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    da58651 View commit details
    Browse the repository at this point in the history
  5. Adjust CSS urls to work with Shopify

    Scott Polhemus committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    fc76ea3 View commit details
    Browse the repository at this point in the history
  6. Update shopify-modules plugin

    Scott Polhemus committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    264c24b View commit details
    Browse the repository at this point in the history
  7. Update seed-theme

    Scott Polhemus committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    8e4dd34 View commit details
    Browse the repository at this point in the history
  8. Add root tsconfig

    Scott Polhemus committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    c60839c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Package cleanup

    Scott Polhemus committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    1020266 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Fix glob pattern for entrypoints

    Scott Polhemus committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    ad6dc10 View commit details
    Browse the repository at this point in the history
  2. Create alias to sourceCodeDir instead of themeRoot

    Scott Polhemus committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    41f2cb0 View commit details
    Browse the repository at this point in the history
  3. Remove unneeded css-url logic for prod build

    Scott Polhemus committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    217e965 View commit details
    Browse the repository at this point in the history
  4. Clean up seed-theme

    Scott Polhemus committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    4d8cdd7 View commit details
    Browse the repository at this point in the history
  5. Update seed-theme .gitignore

    Scott Polhemus committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    abe164f View commit details
    Browse the repository at this point in the history
  6. Add disclaimer to vite-tag snippet

    Scott Polhemus committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    61cc5b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Update config and documentation

    - Bumped Vite to 3.0.0 beta release
    - Added changeset for generating changelogs and bumping package versions
    - Updated readme documentation
    Scott Polhemus committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    7a6f653 View commit details
    Browse the repository at this point in the history
  2. Separate themes from packages in workspace

    Scott Polhemus committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    deef2c7 View commit details
    Browse the repository at this point in the history
  3. vite-plugin-shopify cleanup and fixes

    Scott Polhemus committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    56a29b7 View commit details
    Browse the repository at this point in the history
  4. Add Vite 3.0 note

    Scott Polhemus committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    14a0c07 View commit details
    Browse the repository at this point in the history
  5. Fix seed:dev command

    Scott Polhemus committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    02c37b4 View commit details
    Browse the repository at this point in the history