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 b2b4e89ee5
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({