We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6c9c6 commit 1b9494cCopy full SHA for 1b9494c
packages/vite/src/node/server/pluginContainer.ts
@@ -1034,12 +1034,7 @@ export type {
1034
1035
// Backward compatibility
1036
class PluginContainer {
1037
- // TODO: revert this workaround later when https://github.com/oxc-project/oxc/issues/8917 is fixed
1038
- private environments: Record<string, Environment>
1039
-
1040
- constructor(environments: Record<string, Environment>) {
1041
- this.environments = environments
1042
- }
+ constructor(private environments: Record<string, Environment>) {}
1043
1044
1045
// Users should call pluginContainer.resolveId (and load/transform) passing the environment they want to work with
0 commit comments