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

WIP: Convert CommonJS to ES6 modules #557

Closed

Commits on Jan 15, 2016

  1. Convert CommonJS to ES6 modules

    Refactor all usages of `require` to the shiny new `import`-statement and
    update all the export statements.
    
    Close mesosphere/marathon#2738
    Orlando Hohmeier committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    7d812cf View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2016

  1. Fix development configuration import

    Use the Webpack `NormalModuleReplacementPlugin` to conditionally load the development configuration instead of crazy inline require statements.
    Orlando Hohmeier committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    b3a0cd1 View commit details
    Browse the repository at this point in the history
  2. Stylistic adjustments

    Orlando Hohmeier committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    53892fe View commit details
    Browse the repository at this point in the history