From 295f09881b43f93a36506f107f5612e271c1804b Mon Sep 17 00:00:00 2001 From: daishi Date: Mon, 27 Feb 2023 11:56:05 +0900 Subject: [PATCH] a hot fix for #1659 --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index e2903583ef..13f1540bca 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -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`),