mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix: Fix generating @k8slens/node-fetch
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
430bebaa6f
commit
ecdb14c692
@ -8,7 +8,7 @@
|
|||||||
"access": "public",
|
"access": "public",
|
||||||
"registry": "https://registry.npmjs.org/"
|
"registry": "https://registry.npmjs.org/"
|
||||||
},
|
},
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.cjs",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
|
|||||||
@ -4,7 +4,7 @@ export default {
|
|||||||
entry: "./index.ts",
|
entry: "./index.ts",
|
||||||
output: {
|
output: {
|
||||||
path: path.resolve("dist"),
|
path: path.resolve("dist"),
|
||||||
filename: "index.js",
|
filename: "index.cjs",
|
||||||
library: {
|
library: {
|
||||||
type: "commonjs",
|
type: "commonjs",
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user