a hot fix for #1659

This commit is contained in:
daishi 2023-02-27 11:56:05 +09:00
parent 7a0927aafb
commit 295f09881b

View File

@ -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`),