serverless-babel-plugin
serverless-babel-plugin copied to clipboard
Error in Windows environment
This line (line 70) is causing error on Windows machine since execPath is defined as constant
if (isWin) execPath += '.cmd';
Also at line 63 with no babelPlugins settings defined in the yaml is causing error on Windows
--plugins=${this.serverless.service.custom.babelPlugins.join(',')}
I can confirm this also errors out on Mac at 0.2.0.
I have also tested and if fixes the problem on windows 10!!! thank you veeeeery much @truztee and @luthfi !!!