Skip to content

Commit

Permalink
a hot fix for #1659
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Feb 27, 2023
1 parent 7a0927a commit 295f098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`),
Expand Down

0 comments on commit 295f098

Please sign in to comment.