Skip to content

Commit b87d028

Browse files
committed
Switch to vite from parcel
1 parent d4cb6f9 commit b87d028

File tree

5 files changed

+1269
-2531
lines changed

5 files changed

+1269
-2531
lines changed

example/reactweb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.14-bullseye as build
1+
FROM node:20-bullseye as build
22
WORKDIR /project
33
COPY . .
44
RUN npm ci && npm run bundle:web-module
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
</head>
88
<body>
99
<div id="root"></div>
10-
<script type="module" src="./index.tsx"></script>
10+
<script type="module" src="/src/index.tsx"></script>
1111
</body>
1212
</html>

0 commit comments

Comments
 (0)