We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62c5cd commit a21860dCopy full SHA for a21860d
docs/.vitepress/config.mts
@@ -162,16 +162,12 @@ export default async () => {
162
163
tslib: path.join(dirname, '../../node_modules/tslib/tslib.es6.js'),
164
globby: path.join(dirname, './build-system/shim/empty.mjs'),
165
- 'fast-glob': path.join(dirname, './build-system/shim/empty.mjs')
+ 'fast-glob': path.join(dirname, './build-system/shim/empty.mjs'),
166
+ module: path.join(dirname, './build-system/shim/empty.mjs')
167
}
168
},
169
define: {
170
'require.cache': '{}'
- },
171
- build: {
172
- rollupOptions: {
173
- external: ['module']
174
- }
175
176
177
0 commit comments