1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00

Merge pull request #4501 from Budibase/fix-vite-sourcemaps

Fix vite warnings
This commit is contained in:
Andrew Kingston 2022-02-15 10:30:19 +00:00 committed by GitHub
commit a4cd0fc8fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 9 deletions

View file

@ -30,6 +30,7 @@
{disabled}
on:click|preventDefault
on:mouseover={() => (showTooltip = true)}
on:focus={() => (showTooltip = true)}
on:mouseleave={() => (showTooltip = false)}
>
{#if icon}

View file

@ -48,6 +48,3 @@
<TableDataImport bind:dataImport bind:existingTableId={tableId} />
</Layout>
</ModalContent>
<style>
</style>

View file

@ -213,6 +213,3 @@
{/if}
</Layout>
</ModalContent>
<style>
</style>

View file

@ -130,6 +130,3 @@
</Tabs>
</Layout>
</ModalContent>
<style>
</style>

View file

@ -15,6 +15,7 @@ export default ({ mode }) => {
build: {
minify: isProduction,
outDir: "../server/builder",
sourcemap: !isProduction,
},
plugins: [
svelte({