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

Devbuild on esbuild #8774

Merged
merged 6 commits into from
Feb 1, 2022
Merged

Devbuild on esbuild #8774

merged 6 commits into from
Feb 1, 2022

Commits on Oct 26, 2021

  1. switched to esbuild for build:dev

    added watch mode
    slightly changed the start command
    mbrzakovic committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    b15897c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    95ed9a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23aff22 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Sync up RapiD and iD esbuild config (#8776)

    * Sync up RapiD and iD esbuild config scripts
    
    * Remove uglify too
    
    * Remove babel/preset-react
    
    * Just have `npm run start` start a modern build, remove `quickstart`
    
    * Better setup for modern/legacy build
    - much simpler babel config
    - separate entry points for modern and legacy (ie11/phantom)
    - explicitly import 'core-js' and 'regenerator-runtime' instead of using deprecated 'babel/polyfill' plugin
    - still need 'core-js-bundle' for the test/index.html, so Mocha/PhantomJS combo will work.
    
    * Revert "Better setup for modern/legacy build"
    
    This reverts commit 4ce17de.
    
    Co-authored-by: Milos Brzakovic (E-Search) <mbrzakovic@microsoft.com>
    bhousel and mbrzakovic authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    5040be4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ed2d50 View commit details
    Browse the repository at this point in the history
  3. re-enable watch mode

    mbrzakovic committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    b926ac7 View commit details
    Browse the repository at this point in the history