php-wasm icon indicating copy to clipboard operation
php-wasm copied to clipboard

move babel dependencies into `devDependencies`

Open danielegarciav opened this issue 1 year ago • 1 comments
trafficstars

babel dependencies are only needed at build time and not needed by users of this library.

if left in "dependencies", users of the library are forced to download about 109 unused transitive dependencies.

danielegarciav avatar Apr 02 '24 19:04 danielegarciav

I see this package can be installed globally as a CLI to build itself for different environments, and converting babel dependencies into dev dependencies might or might not break this functionality. Will have to check...

danielegarciav avatar Apr 02 '24 19:04 danielegarciav