chore: fix warning in shared components build (#32850)
Add missing export in globals: No name was provided for external module "@vector-im/compound-web" in "output.globals" – guessing "compoundWeb". No name was provided for external module "react-virtuoso" in "output.globals" – guessing "reactVirtuoso".
This commit is contained in:
@@ -38,6 +38,9 @@ export default defineConfig({
|
||||
globals: {
|
||||
"react": "react",
|
||||
"react-dom": "ReactDom",
|
||||
"@vector-im/compound-design-tokens": "compoundDesignTokens",
|
||||
"@vector-im/compound-web": "compoundWeb",
|
||||
"react-virtuoso": "reactVirtuoso",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user