replace babel with swc in canvas-lms Browse files test plan: - build passes - ensure bundles are not much larger - canvas still works in dev environment - smoke test in Safari - smoke test in Firefox closes CFA-38 flag=none [skip-crystalball] Change-Id: I7879b1e7274b9ce47c3aa1985...
Changes Replaces babel-loader with swc-loader for faster build times. The build output passes our ES5 compatibility check and works fine in a modern version of Firefox, but it would probably be good to some testing in webOS/Tizen specifically. Results Cu
babel.config.js feat: migrate named rule and related usage (un-ts#44) Mar 13, 2024 jest.config.ts chore/test: repalce ts-jest with @swc-node/jest (un-ts#58) Mar 20, 2024 package.json chore/test: repalce ts-jest with @swc-node/jest (un-ts#58) Mar 20, 2024 tsconfig.base.json...