Skip to content

Commit 1543810

Browse files
committed
refactor: Use consistent paths
1 parent 0f2ee0a commit 1543810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildchain/vite.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export default ({ command }) => ({
1212
outDir: '../src/web/assets/dist',
1313
rollupOptions: {
1414
input: {
15-
app: './src/js/app.ts',
16-
welcome: './src/js/welcome.ts',
15+
app: 'src/js/app.ts',
16+
welcome: 'src/js/welcome.ts',
1717
},
1818
output: {
1919
sourcemap: true

0 commit comments

Comments
 (0)