Skip to content

Commit

Permalink
feat: switch to vite for build
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the output files will be different
  • Loading branch information
hwbllmnn committed Jun 18, 2024
1 parent fab828b commit 9d5499b
Show file tree
Hide file tree
Showing 12 changed files with 3,301 additions and 10,041 deletions.
83 changes: 0 additions & 83 deletions config/webpack.common.config.js

This file was deleted.

19 changes: 0 additions & 19 deletions config/webpack.production.config.js

This file was deleted.

27 changes: 0 additions & 27 deletions config/webpack.static.config.js

This file was deleted.

30 changes: 0 additions & 30 deletions config/webpack.test.config.js

This file was deleted.

7 changes: 1 addition & 6 deletions public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="manifest.json">
<link rel="shortcut icon" href="logo.png">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand All @@ -20,6 +14,7 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>GeoStyler</title>
<script type="module" src="./src/index.tsx"></script>
</head>
<body>
<noscript>
Expand Down
Loading

0 comments on commit 9d5499b

Please sign in to comment.