You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SyntaxError: Assigning to rvalue (1:33522) while parsing /Users/davidfells/Projects/pricr/serverless_sdk/index.js while parsing file: /Users/davidfells/Projects/pricr/serverless_sdk/index.js
`
The text was updated successfully, but these errors were encountered:
This package lacks essential settings while defaulting to a somewhat aggressive strategy.
I ended up replacing serverless-plugin-typescript and this one with serverless-webpack in my 12 projects. You need 15 min of hard crunching on the docs for your first webpack.config.js to make sense, but it will surely pays off.
See example below. Full deployments run fine, but individual functions fail - aalways with the same error.
`
➜ pricr git:(serverless) ✗ sls deploy function --function pricingInsert
Serverless: Optimize: starting engines
Serverless: Optimize: pricr-development-pricingInsert
Syntax Error -------------------------------------------
SyntaxError: Assigning to rvalue (1:33522) while parsing /Users/davidfells/Projects/pricr/serverless_sdk/index.js while parsing file: /Users/davidfells/Projects/pricr/serverless_sdk/index.js
`
The text was updated successfully, but these errors were encountered: