Skip to content

Commit

Permalink
Hack all the production imports for the glimmer benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 20, 2024
1 parent 0eca410 commit 0dc2e7b
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/@glimmer/destroyable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"development": {
"import": "./dist/dev/index.js"
},
"import": "./dist/prod/index.js"
"import": "./dist/dev/index.js"
}
},
"main": null,
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"import": "./dist/dev/index.js"
},
"require": "./dist/dev/index.cjs",
"import": "./dist/prod/index.js"
"import": "./dist/dev/index.js"
}
},
"main": null,
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/global-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"import": "./dist/dev/index.js"
},
"require": "./dist/dev/index.cjs",
"import": "./dist/prod/index.js"
"import": "./dist/dev/index.js"
}
},
"main": null,
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"import": "./dist/dev/index.js"
},
"require": "./dist/dev/index.cjs",
"import": "./dist/prod/index.js"
"import": "./dist/dev/index.js"
}
},
"main": null,
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"import": "./dist/dev/index.js"
},
"require": "./dist/dev/index.cjs",
"import": "./dist/prod/index.js"
"import": "./dist/dev/index.js"
}
},
"main": null,
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/opcode-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"import": "./dist/dev/index.js"
},
"require": "./dist/dev/index.cjs",
"import": "./dist/prod/index.js"
"import": "./dist/dev/index.js"
}
},
"main": null,
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/owner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"import": "./dist/dev/index.js"
},
"require": "./dist/dev/index.cjs",
"import": "./dist/prod/index.js"
"import": "./dist/dev/index.js"
}
},
"main": null,
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/program/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"import": "./dist/dev/index.js"
},
"require": "./dist/dev/index.cjs",
"import": "./dist/prod/index.js"
"import": "./dist/dev/index.js"
}
},
"main": null,
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"import": "./dist/dev/index.js"
},
"require": "./dist/dev/index.cjs",
"import": "./dist/prod/index.js"
"import": "./dist/dev/index.js"
}
},
"main": null,
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"development": {
"import": "./dist/dev/index.js"
},
"import": "./dist/prod/index.js"
"import": "./dist/dev/index.js"
}
},
"main": null,
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"import": "./dist/dev/index.js"
},
"require": "./dist/dev/index.cjs",
"import": "./dist/prod/index.js"
"import": "./dist/dev/index.js"
}
},
"main": null,
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"import": "./dist/dev/index.js"
},
"require": "./dist/dev/index.cjs",
"import": "./dist/prod/index.js"
"import": "./dist/dev/index.js"
}
},
"main": null,
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"import": "./dist/dev/index.js"
},
"require": "./dist/dev/index.cjs",
"import": "./dist/prod/index.js"
"import": "./dist/dev/index.js"
}
},
"main": null,
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/vm-babel-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"import": "./dist/dev/index.js"
},
"require": "./dist/dev/index.cjs",
"import": "./dist/prod/index.js"
"import": "./dist/dev/index.js"
}
},
"main": null,
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/vm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"import": "./dist/dev/index.js"
},
"require": "./dist/dev/index.cjs",
"import": "./dist/prod/index.js"
"import": "./dist/dev/index.js"
}
},
"main": null,
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/wire-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"import": "./dist/dev/index.js"
},
"require": "./dist/dev/index.cjs",
"import": "./dist/prod/index.js"
"import": "./dist/dev/index.js"
}
},
"main": null,
Expand Down

0 comments on commit 0dc2e7b

Please sign in to comment.