Tobias Nentwig

Results 5 comments of Tobias Nentwig

@yordis just add px and you are fine. I migrated successfully all my styled to meet requirements. Only one that I can't get around with this plugin is: ```js const...

Just use `serverless offline start`. Dynamodb is not triggered when using the command without `start`.

I am using the serverless webpack (https://github.com/serverless-heaven/serverless-webpack). And babel is working just fine after webpack has finished packing the code. ```js webpack.config.js module: { rules: [ { test: /\.js$/, exclude:...

@geovanisouza92 thx for your input. The .babelrc was a typo. So filename is correct. When I set entry to handler handler.js directly nothing changes. When I run the handler.js directly...

My local node version is v8.9.4. I think the parser:amd part slipped in in earlier struggles with the webpack setup. I removed it and no change. I even tried running...