StackToolbox / aws-sam-webpack-plugin

A Webpack plugin to replace the build step for SAM CLI
MIT License
147 stars 29 forks source link

Support for Node 14 #60

Closed gustavjorlov closed 3 years ago

gustavjorlov commented 3 years ago

Does the plugin not support Node 14, or is it just not tested yet?

baxneo commented 3 years ago

Does the plugin not support Node 14, or is it just not tested yet?

This plugin nice support node 14. I am using fine it.

gustavjorlov commented 3 years ago

Maybe it's just not added to the README then? I can't really see why it wouldn't work, but there are always details that might differ I guess.

baxneo commented 3 years ago

Maybe it's just not added to the README then? I can't really see why it wouldn't work, but there are always details that might differ I guess.

I did make PR. And I think @buggy will be approve it.

All depends of node version contains into your webpack config. Plugin do not depends of node version.