feat(cli): implement a default "loader" for JavaScript files

Supports any of the `.js`, `.cjs` and `.mjs` file extensions
This commit is contained in:
Joakim Carlstein 2023-11-16 10:58:35 +01:00
parent 62bd5a45e5
commit 3b36b3de52
3 changed files with 55 additions and 3 deletions

View file

@ -0,0 +1,5 @@
---
'@emigrate/cli': minor
---
Implement a default "loader" plugin for JavaScript files (supports `.js`, `.cjs` and `.mjs` file extensions)