[vite-plugin-federation]remote端能否暴露纯css模块? #159
wukaitao2006
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
federation({
name: 'remote-module',
filename: 'remoteEntry.js',
exposes: {
'./vars': './src/common/css/vars.scss'
}
})
如上,remote能否暴露vars供host调用?
Beta Was this translation helpful? Give feedback.
All reactions