build: add micro-packed fork that uses cjs
This commit is contained in:
parent
2e3fe286f9
commit
1bd466cc20
|
@ -62,5 +62,10 @@
|
||||||
"prettier": "^2.8.7",
|
"prettier": "^2.8.7",
|
||||||
"supports-color": "github:LumeWeb/supports-color",
|
"supports-color": "github:LumeWeb/supports-color",
|
||||||
"typescript": "^4.9.5"
|
"typescript": "^4.9.5"
|
||||||
|
},
|
||||||
|
"pnpm": {
|
||||||
|
"overrides": {
|
||||||
|
"micro-packed": "git+https://github.com/LumeWeb/micro-packed.git"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue