ariansyahdedy commited on
Commit
f6c0cf0
·
1 Parent(s): eec97a2

Deploy build

Browse files
Files changed (3) hide show
  1. assets/index-BIXmDDFN.js +0 -0
  2. index.html +1 -1
  3. vite.config.js +6 -1
assets/index-BIXmDDFN.js ADDED
The diff for this file is too large to render. See raw diff
 
index.html CHANGED
@@ -5,7 +5,7 @@
5
  <link rel="icon" type="image/svg+xml" href="/vite.svg">
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
  <title>Vite + React</title>
8
- <script type="module" crossorigin src="/assets/index-DLuDOp88.js"></script>
9
  <link rel="stylesheet" crossorigin href="/assets/index-Br12QZr0.css">
10
  </head>
11
  <body>
 
5
  <link rel="icon" type="image/svg+xml" href="/vite.svg">
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
  <title>Vite + React</title>
8
+ <script type="module" crossorigin src="/assets/index-BIXmDDFN.js"></script>
9
  <link rel="stylesheet" crossorigin href="/assets/index-Br12QZr0.css">
10
  </head>
11
  <body>
vite.config.js CHANGED
@@ -8,7 +8,12 @@ export default defineConfig({
8
  open: true,
9
  },
10
  build: {
11
- outDir: 'dist'
 
 
 
 
 
12
  },
13
  publicDir: 'public',
14
  });
 
8
  open: true,
9
  },
10
  build: {
11
+ outDir: 'dist',
12
+ rollupOptions: {
13
+ output: {
14
+ manualChunks: undefined,
15
+ },
16
+ },
17
  },
18
  publicDir: 'public',
19
  });