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

fix(run): Support assets #240

Merged
merged 3 commits into from
Mar 6, 2020
Merged

fix(run): Support assets #240

merged 3 commits into from
Mar 6, 2020

Commits on Mar 4, 2020

  1. fix(run): Support assets

    In bundle assets are placed before entry point and run plugin fails with
    ```
    @rollup/plugin-run requires Rollup 0.65 or higher
    ```
    TrySound committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    2b6694b View commit details
    Browse the repository at this point in the history
  2. Drop legacy error

    TrySound committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    a7cd3e1 View commit details
    Browse the repository at this point in the history
  3. Drop useless test

    TrySound committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    f91d648 View commit details
    Browse the repository at this point in the history