mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-11-21 01:13:16 +08:00
build: set cjs exports to named
This commit is contained in:
parent
dc643516f8
commit
8f6f0f9f5d
@ -14,7 +14,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
format: 'cjs',
|
format: 'cjs',
|
||||||
dir: 'lib',
|
dir: 'lib',
|
||||||
exports: 'auto',
|
exports: 'named',
|
||||||
preserveModules: true
|
preserveModules: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user