Skip to content

Commit

Permalink
Merge pull request #61 from kbss-cvut/51-migrate-to-vite
Browse files Browse the repository at this point in the history
Migration to Vite
  • Loading branch information
blcham authored Nov 1, 2024
2 parents 11b0a9f + 58c58d8 commit 01c4cc8
Show file tree
Hide file tree
Showing 49 changed files with 3,415 additions and 11,263 deletions.
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
S_PIPES_APP_TITLE=SPipes Editor Dev
1 change: 1 addition & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
S_PIPES_APP_TITLE=SPipes Editor
9 changes: 0 additions & 9 deletions build-utils/addons/webpack.bundleanalyzer.js

This file was deleted.

6 changes: 0 additions & 6 deletions build-utils/build-validations.js

This file was deleted.

8 changes: 0 additions & 8 deletions build-utils/common-paths.js

This file was deleted.

49 changes: 0 additions & 49 deletions build-utils/webpack.common.js

This file was deleted.

60 changes: 0 additions & 60 deletions build-utils/webpack.dev.js

This file was deleted.

46 changes: 0 additions & 46 deletions build-utils/webpack.prod.js

This file was deleted.

9 changes: 5 additions & 4 deletions public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="./main.css" />
<link rel="stylesheet" href="./s-forms.css" />

<title>react-starter-boilerplate-hmr</title>
<link rel="stylesheet" href="/main.css" />
<link rel="stylesheet" href="/s-forms.css" />
<script src="/config.js"></script>
<title>S-Pipes UI</title>
</head>

<body>
Expand Down Expand Up @@ -43,5 +43,6 @@
</div>
</div>
</div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>
Loading

0 comments on commit 01c4cc8

Please sign in to comment.