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
Add support to add extensionAlias config in serverless yml file. It allows for using nodenext module resolution with webpack. Should be quite straight forward fix (just passing array of objects to webpack config from serverless yml) https://webpack.js.org/configuration/resolve/#resolveextensionalias
extensionAlias:
js:
- js
- tsjsx:
- jsx
- tsx
and then just plop this straight up to src/webpack.config.js:441 if it exists
The text was updated successfully, but these errors were encountered:
Add support to add
extensionAlias
config in serverless yml file. It allows for usingnodenext
module resolution with webpack. Should be quite straight forward fix (just passing array of objects to webpack config from serverless yml)https://webpack.js.org/configuration/resolve/#resolveextensionalias
and then just plop this straight up to
src/webpack.config.js:441
if it existsThe text was updated successfully, but these errors were encountered: