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!: Add JS-based configuration capabilities to Learner Record #275

Merged
merged 15 commits into from
Feb 12, 2024

Commits on Feb 6, 2024

  1. feat!: Add support for JS-based configuration

    * webpack.dev.config.js will be able to use the port number provided in the env.config.js
    * webpack.prod.config.js will be able to build Learner Record with a JS config passed in during build time
    * Jest is now set up to retrieve environment variables from a JS config
    * some tests needed to be fixed
    jsnwesson committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b943fee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d1648f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9788e72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    797fd31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f453256 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    68a9e75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40c748e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

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

Commits on Feb 9, 2024

  1. refactor: move webpack config logic to node_modules via patch-package

    * add JS/JSX compatability to jest and webpack configs
    jsnwesson committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    f1347b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4689a5 View commit details
    Browse the repository at this point in the history
  3. fix: add back in the webpack.prod.config as patch-package will only w…

    …ork in development
    
    * since frontend-build is a devdependency, post-package will not include its patches in prod
    jsnwesson committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    2ad54d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    760051e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7b851a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f062be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cec5f45 View commit details
    Browse the repository at this point in the history