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

Generate plugin list file #4725

Merged
merged 5 commits into from Jun 23, 2021

Commits on Jun 20, 2021

  1. Generate plugin list file

    Removes the importing of all plugins in src/util/resolveConfig to avoid importing CSS.
    Import the built plugin list file instead.
    sachinraja committed Jun 20, 2021
    Copy the full SHA
    a85352f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Use process.cwd() instead of __dirname to resolve path

    Co-authored-by: Federico Ciardi <fed.ciardi@gmail.com>
    sachinraja and fedeci committed Jun 21, 2021
    Copy the full SHA
    b8fca6b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    68f1544 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Copy the full SHA
    c8ea2bd View commit details
    Browse the repository at this point in the history
  2. Move generation from install to postinstall

    Co-authored-by: Federico Ciardi <fed.ciardi@gmail.com>
    sachinraja and fedeci committed Jun 22, 2021
    Copy the full SHA
    d8ed41a View commit details
    Browse the repository at this point in the history