Skip to content

web: fix `webpack` export warning

Administrator requested to merge vb/fix-webpack-warning into main

Created by: valerybugakov

Context

Webpack is not happy about explicit type export. Exporting everything together or with a separate export type expression fixes the issue.

Test plan

Run sg start web-standalone locally. There should be no webpack warnings in the console.

Merge request reports

Loading