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(plugin-webpack): add an option to export webpack compilation stats #639

Merged
merged 11 commits into from
Jan 23, 2020

Commits on Dec 7, 2018

  1. feat(plugin-webpack): add an option to export webpack compilation stats.

    BREAKING CHANGE:
    This Feat is opt-in, so probably there is no breaking changes.
    
    ISSUES CLOSED: electron#591
    sirgallifrey committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    ac2e746 View commit details
    Browse the repository at this point in the history
  2. feat(plugin-webpack): add an option to export webpack compilation stats.

    BREAKING CHANGE:
    This Feat is opt-in, so probably there is no breaking changes.
    
    ISSUES CLOSED: electron#591
    sirgallifrey committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    6a9a84c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Configuration menu
    Copy the full SHA
    a0022e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    14128c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ed8d1e View commit details
    Browse the repository at this point in the history
  3. refactor: DRY up code

    malept committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    9ddeb16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afe5d10 View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary import

    malept committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    5f07339 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a89408c View commit details
    Browse the repository at this point in the history
  7. fix lint warnings

    malept committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    0768021 View commit details
    Browse the repository at this point in the history
  8. Clarify docs more

    malept committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    75211b8 View commit details
    Browse the repository at this point in the history