-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Named export 'buildStream' not found. The requested module 'js-binary-schema-parser/src/parsers/uint8.js' is a CommonJS module, which may not support all module.exports as named exports.
vite config
optimizeDeps: {
include: ['js-binary-schema-parser', 'js-binary-schema-parser/src'],
exclude: ['g711'],
},
build: {
commonjsOptions: {
include: [/js-binary-schema-parser/, /js-binary-schema-parser/src/, /node_modules/],
defaultIsModuleExports: false
},
},
how to reslove?
Metadata
Metadata
Assignees
Labels
No labels