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
Webpack 2+ support async configuration object by exporting a promise as configuration object.
This is a feature request to support async configuration object. This feature helps to define env variables and constants inside code after an async operation inside webpack.config.js. for example defining AccountId of current user inside lambda@edge which does not support defining normal process environment variables.
Similar or dependent issue(s):
Additional Data
Serverless-Webpack Version: 5.1.5
Webpack version: 4.11.1
Serverless Framework Version: 1.27.2
Operating System: MacOS High Sierra (10.13.5)
Stack Trace:
The text was updated successfully, but these errors were encountered:
nidin
added a commit
to nidin/serverless-webpack
that referenced
this issue
Jun 20, 2018
Webpack 2+ support async configuration object by exporting a promise as configuration object.
This PR added support for async configuration object.
Closesserverless-heaven#412
Webpack 2+ support async configuration object by exporting a promise as configuration object.
This PR added support for async configuration object.
Closesserverless-heaven#412
This is a Feature Proposal
Description
Webpack 2+ support async configuration object by exporting a promise as configuration object.
This is a feature request to support async configuration object. This feature helps to define env variables and constants inside code after an async operation inside
webpack.config.js
. for example definingAccountId
of current user insidelambda@edge
which does not support defining normal process environment variables.Similar or dependent issue(s):
Additional Data
The text was updated successfully, but these errors were encountered: