Skip to content

Commit 7d7d253

Browse files
committed
Fix REH build
1 parent 05181a1 commit 7d7d253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension.webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ const config = {
170170
}
171171
};
172172

173-
module.exports = config;
173+
module.exports.default = config;

0 commit comments

Comments
 (0)