style: format code

This commit is contained in:
arthurfiorette 2022-01-23 16:44:09 -03:00
parent cc6523f00c
commit 31ef7e7eb2
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555
3 changed files with 10 additions and 10 deletions

View File

@ -50,12 +50,12 @@ const config = ({
resolve: { extensions: ['.ts', '.js'] },
externals: inlineDeps
? {
'cache-parser': 'cache-parser',
'object-code': 'object-code',
'fast-defer': 'fast-defer'
}
: undefined,
? {
'cache-parser': 'cache-parser',
'object-code': 'object-code',
'fast-defer': 'fast-defer'
}
: undefined,
module: {
rules: [

View File

@ -11,5 +11,5 @@ module.exports = {
useESM: true
}
},
setupFilesAfterEnv: ['<rootDir>/test/setup.ts'],
setupFilesAfterEnv: ['<rootDir>/test/setup.ts']
};

View File

@ -6,9 +6,9 @@
"types": "./cjs/index.d.ts",
"module": "./esm/index.js",
"exports": {
"import": "./esm/index.js",
"require": "./cjs/index.js",
"default": "./umd/index.js"
"import": "./esm/index.js",
"require": "./cjs/index.js",
"default": "./umd/index.js"
},
"browser": "./umd/index.js",
"jsdelivr": "./umd/index.js",