We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381d8c2 commit f351885Copy full SHA for f351885
1 file changed
resources/serverless/code-web.js
@@ -81,7 +81,7 @@ async function initialize() {
81
if (packageJSON.browser) {
82
packageJSON.main = packageJSON.browser;
83
84
- const webpackConfigLocations = glob.sync(
+ const webpackConfigLocations = await util.promisify(glob)(
85
path.join(EXTENSIONS_ROOT, extensionFolder, '**', 'extension-browser.webpack.config.js'),
86
{ ignore: ['**/node_modules'] }
87
);
0 commit comments