Skip to content

Commit

Permalink
chore: update playground
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Aug 24, 2022
1 parent d203f89 commit c4c5021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions playground/assets/vite.config-relative-base.js
Expand Up @@ -13,6 +13,7 @@ module.exports = {
minify: false,
assetsInlineLimit: 0,
rollupOptions: {
input: 'index.html',
output: {
entryFileNames: 'entries/[name].js',
chunkFileNames: 'chunks/[name].[hash].js',
Expand Down
1 change: 1 addition & 0 deletions playground/assets/vite.config-runtime-base.js
Expand Up @@ -20,6 +20,7 @@ module.exports = {
minify: false,
assetsInlineLimit: 0,
rollupOptions: {
input: 'index.html',
output: {
entryFileNames: 'entries/[name].js',
chunkFileNames: 'chunks/[name].[hash].js',
Expand Down

0 comments on commit c4c5021

Please sign in to comment.