serverless-babel-plugin icon indicating copy to clipboard operation
serverless-babel-plugin copied to clipboard

Bug fix for windows environment and empty plugins definition

Open truztee opened this issue 7 years ago • 2 comments

Bug fix for issue #17 The custom section in serverless.yaml now can be defined without babelPlugins as per the documentation.

truztee avatar Apr 13 '17 04:04 truztee

Can we get this merged please?

gage-langdon avatar Sep 15 '17 18:09 gage-langdon

I fixed this with

custom:
  babelPlugins:
    -

🤔 in serverless.yml

rawb avatar Nov 02 '17 21:11 rawb