chore(injecta): remove fixed extension
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"type": "./dist/index.d.mjs",
|
||||
"default": "./dist/index.mjs"
|
||||
"type": "./dist/index.d.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -7,5 +7,4 @@ export default defineConfig({
|
||||
dts: true,
|
||||
sourcemap: true,
|
||||
unused: true,
|
||||
fixedExtension: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user