Skip to content

Commit

Permalink
fix(build): patch entry points zustand/shallow for CJS (pmndrs#2128)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Oct 21, 2023
1 parent 55ad02b commit 4abacb2
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 @@ -185,7 +185,7 @@ module.exports = function (args) {
createStore: 'vanilla.createStore',
},
vanilla: { default: 'vanilla', createStore: 'createStore' },
shallow: { default: 'shallow$1', shallow: 'shallow' },
shallow: { default: 'shallow', shallow: 'shallow$1' },
}[c],
}),
createESMConfig(`src/${c}.ts`, `dist/esm/${c}.js`),
Expand Down

0 comments on commit 4abacb2

Please sign in to comment.