Skip to content

Commit

Permalink
es2015
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Jan 17, 2024
1 parent 0f65db8 commit c12e73d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,11 @@ const ModalContent: FC = () => {
<p className="block">{t("modal.about_osm")}</p>
<p>
{t("modal.create_account")}
<a href="https://openstreetmap.org" rel="noreferrer" target="_blank">
<a
href="https://openstreetmap.org"
rel="noreferrer"
target="_blank"
>
OpenStreetMap.org
</a>
</p>
Expand Down
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default defineConfig(() => {
},
},
build: {
target: "es2015",
outDir: "build",
},
plugins: [react()],
Expand Down

0 comments on commit c12e73d

Please sign in to comment.