Skip to content

Commit

Permalink
revert accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 12, 2023
1 parent fd6e3a6 commit 35043a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ function _resolveExportConditions(
// 4. Add default conditions
resolvedConditions.push("import", "module", "default");

// Dedup with
// Dedup with preserving order
return resolvedConditions.filter(
(c, i) => resolvedConditions.indexOf(c) === i
);
Expand Down
1 change: 1 addition & 0 deletions src/presets/nitro-dev.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { defineNitroPreset } from "../preset";

export const nitroDev = defineNitroPreset({
extends: "node",
entry: "#internal/nitro/entries/nitro-dev",
output: {
serverDir: "{{ buildDir }}/dev",
Expand Down

0 comments on commit 35043a4

Please sign in to comment.