Skip to content

Commit

Permalink
fix inject
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 19, 2020
1 parent 00f911b commit f281c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function env (...presets: Preset[]) {
Object.assign(options.alias, preset.alias)
}
if (preset.inject) {
Object.assign(options.alias, preset.inject)
Object.assign(options.inject, preset.inject)
}
}

Expand Down

0 comments on commit f281c75

Please sign in to comment.