lifeomic / lambda-tools

Common utilities for Lambda testing and development
MIT License
23 stars 7 forks source link

fix: add babel-loader plugins #327

Closed david-wb closed 2 years ago

david-wb commented 2 years ago

It seems lambda-tools-build is failing to load the latest version of @lifeomic/alpha. See the screenshot below. It looks like it fails on the ?? nullish coalescing operator.

This PR adds two babel-loader plugins which should address that. I'm a bit confused though, because @babel/preset-env should already include these plugins. Any thoughts on the matter?

Screen Shot 2022-07-18 at 6 51 17 PM
david-wb commented 2 years ago

Someone pointed me to blamda as an alternative so I will probably close this in favor of that.

DavidTanner commented 2 years ago

@david-wb if you are looking for Webpack type functionality, I have a webpack 5 version up here. https://github.com/lifeomic/compile-tools/tree/master/packages/webpack

david-wb commented 2 years ago

Closing this in favor of blamda tool.