Skip to content

Commit

Permalink
add todo, #1437
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <[email protected]>
  • Loading branch information
zepumph committed Apr 12, 2024
1 parent 3550916 commit 3f09f56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/grunt/gruntMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ if ( LAUNCH_FROM_CHIPPER_DIST ) {
Note that 2 Transpile processes trying to write the same file at the same time may corrupt the file, since
we do not have atomic writes.
*/
// TODO: should this be silent? https://github.com/phetsims/chipper/issues/1437
commonJSTranspiler.transpileRepoWithModes( 'chipper', [ 'commonjs' ] );
commonJSTranspiler.transpileRepoWithModes( 'phet-core', [ 'commonjs' ] );
commonJSTranspiler.transpileRepoWithModes( 'perennial-alias', [ 'commonjs' ] );
Expand Down

0 comments on commit 3f09f56

Please sign in to comment.