Compare commits
No commits in common. "v0.1.0-develop.8" and "v0.1.0-develop.7" have entirely different histories.
v0.1.0-dev
...
v0.1.0-dev
|
@ -1,10 +1,3 @@
|
|||
# [0.1.0-develop.8](https://git.lumeweb.com/LumeWeb/presetter-relay-plugin-preset/compare/v0.1.0-develop.7...v0.1.0-develop.8) (2023-07-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* set esbuild mainFields and conditions to prioritize cjs ([b1d4070](https://git.lumeweb.com/LumeWeb/presetter-relay-plugin-preset/commit/b1d407019364186a82660b93381d46205d4c82fe))
|
||||
|
||||
# [0.1.0-develop.7](https://git.lumeweb.com/LumeWeb/presetter-relay-plugin-preset/compare/v0.1.0-develop.6...v0.1.0-develop.7) (2023-07-07)
|
||||
|
||||
# [0.1.0-develop.6](https://git.lumeweb.com/LumeWeb/presetter-relay-plugin-preset/compare/v0.1.0-develop.5...v0.1.0-develop.6) (2023-07-07)
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@lumeweb/presetter-relay-plugin-preset",
|
||||
"version": "0.1.0-develop.8",
|
||||
"version": "0.1.0-develop.7",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@lumeweb/presetter-relay-plugin-preset",
|
||||
"version": "0.1.0-develop.8",
|
||||
"version": "0.1.0-develop.7",
|
||||
"dependencies": {
|
||||
"@lumeweb/node-library-preset": "^0.2.7",
|
||||
"esbuild": "^0.18.11",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lumeweb/presetter-relay-plugin-preset",
|
||||
"version": "0.1.0-develop.8",
|
||||
"version": "0.1.0-develop.7",
|
||||
"type": "module",
|
||||
"main": "lib/index.js",
|
||||
"repository": {
|
||||
|
|
|
@ -81,8 +81,6 @@ export default async function (context: PresetContext): Promise<PresetAsset> {
|
|||
format: "cjs",
|
||||
bundle: true,
|
||||
platform: "node",
|
||||
mainFields: ["main", "module"],
|
||||
conditions: ["require"],
|
||||
},
|
||||
},
|
||||
variable: DEFAULT_VARIABLE,
|
||||
|
|
Loading…
Reference in New Issue