fix: prioritize require (#98)

This commit is contained in:
QiroNT 2022-05-29 15:53:45 +08:00 committed by GitHub
parent b8fe7fe4e7
commit f1b9dc396b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,8 +124,8 @@ module.exports = {
pathPattern: '^exports.*$', pathPattern: '^exports.*$',
order: [ order: [
'types', 'types',
'import',
'require', 'require',
'import',
], ],
}, },
], ],