mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
a hot fix for #1659
This commit is contained in:
parent
7a0927aafb
commit
295f09881b
@ -195,7 +195,7 @@ module.exports = function (args) {
|
||||
addModuleExport: {
|
||||
index: { default: 'react', create: 'create', useStore: 'useStore' },
|
||||
vanilla: { default: 'vanilla', createStore: 'createStore' },
|
||||
shallow: { default: 'shallow', shallow: 'shallow' },
|
||||
shallow: { default: 'shallow$1', shallow: 'shallow' },
|
||||
}[c],
|
||||
}),
|
||||
createESMConfig(`src/${c}.ts`, `dist/esm/${c}.js`),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user