Skip to main content

Deploy details

Deploy successful for nomie6-oss

Fixed chart not being shown in stats [issue 64]

PR #65: 64-fix-stats-related-chart@2f19462

Deploy log

Initializing

Complete
11:10:54 AM: Build ready to start
11:10:57 AM: build-image version: 68a2c262fa3c95a08a1716b8dde8fba0e332ec73 (focal)
11:10:57 AM: buildbot version: b549e06c0b968ceb54ca53dc179c6fe57df02730
11:10:57 AM: Fetching cached dependencies
11:10:57 AM: Failed to fetch cache, continuing with build
11:10:57 AM: Starting to prepare the repo for build
11:10:57 AM: No cached dependencies found. Cloning fresh repo
11:10:57 AM: git clone --filter=blob:none https://github.com/open-nomie/nomie6-oss
11:10:58 AM: Preparing Git Reference pull/65/head
11:10:58 AM: Parsing package.json dependencies
11:11:00 AM: Different functions path detected, going to use the one specified in the Netlify configuration file: 'functions' versus 'functions/' in the Netlify UI
11:11:00 AM: Starting to install dependencies
11:11:00 AM: Python version set to 3.8
11:11:00 AM: Attempting Ruby version 2.7.2, read from environment
11:11:01 AM: Using Ruby version 2.7.2
11:11:02 AM: Started restoring cached go cache
11:11:02 AM: Finished restoring cached go cache
11:11:02 AM: Installing Go version 1.19.5 (requested 1.19.5)
11:11:07 AM: go version go1.19.5 linux/amd64
11:11:07 AM: Using PHP version 8.0
11:11:08 AM: Attempting Node.js version '16' from .nvmrc
11:11:09 AM: v16.20.0 is already installed.
11:11:09 AM: Now using node v16.20.0 (npm v8.19.4)
11:11:09 AM: Enabling Node.js Corepack
11:11:09 AM: Started restoring cached build plugins
11:11:09 AM: Finished restoring cached build plugins
11:11:09 AM: Started restoring cached corepack dependencies
11:11:09 AM: Finished restoring cached corepack dependencies
11:11:09 AM: No npm workspaces detected
11:11:09 AM: Started restoring cached node modules
11:11:09 AM: Finished restoring cached node modules
11:11:09 AM: Installing npm packages using npm version 8.19.4
11:11:15 AM: npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
11:11:15 AM: npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
11:11:15 AM: npm WARN deprecated rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
11:11:42 AM: added 1866 packages, and audited 1867 packages in 32s
11:11:42 AM: 231 packages are looking for funding
11:11:42 AM: run `npm fund` for details
11:11:42 AM: 8 vulnerabilities (2 moderate, 3 high, 3 critical)
11:11:42 AM: To address issues that do not require attention, run:
11:11:42 AM: npm audit fix
11:11:42 AM: Some issues need review, and may require choosing
11:11:42 AM: a different dependency.
11:11:42 AM: Run `npm audit` for details.
11:11:42 AM: npm packages installed
11:11:42 AM: Install dependencies script success
11:11:42 AM: Starting build script
11:11:43 AM: Detected 2 framework(s)
11:11:43 AM: "svelte" at version "3.55.0"
11:11:43 AM: "vite" at version "3.2.5"
11:11:43 AM: Section completed: initializing

Building

Complete
11:11:45 AM: Netlify Build
11:11:45 AM: ────────────────────────────────────────────────────────────────
11:11:45 AM:
11:11:45 AM: ❯ Version
11:11:45 AM: @netlify/build 29.10.0
11:11:45 AM:
11:11:45 AM: ❯ Flags
11:11:45 AM: baseRelDir: true
11:11:45 AM: buildId: 644906bd9590880007d798f5
11:11:45 AM: deployId: 644906bd9590880007d798f7
11:11:45 AM:
11:11:45 AM: ❯ Current directory
11:11:45 AM: /opt/build/repo
11:11:45 AM:
11:11:45 AM: ❯ Config file
11:11:45 AM: /opt/build/repo/netlify.toml
11:11:45 AM:
11:11:45 AM: ❯ Context
11:11:45 AM: deploy-preview
11:11:45 AM:
11:11:45 AM: 1. build.command from netlify.toml
11:11:45 AM: ────────────────────────────────────────────────────────────────
11:11:45 AM: ​
11:11:45 AM: $ npm run vbuild
11:11:45 AM: > nomie@6.3.0 vbuild
11:11:45 AM: > vite build
11:11:46 AM: vite v3.2.5 building for production...
11:11:47 AM: transforming...
11:11:55 AM: 11:11:55 AM [vite-plugin-svelte] /src/components/menu/dropdown-menu.svelte:59:2 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:11:55 AM: 57:
11:11:55 AM: 58: {#if $DropdownMenuStore.visible}
11:11:55 AM: 59: <div
11:11:55 AM: ^
11:11:55 AM: 60: class="drop-menu-background cursor-pointer "
11:11:55 AM: 61: id="drop-menu"
11:11:56 AM: 11:11:56 AM [vite-plugin-svelte] /src/components/backdrop/backdrop2.svelte:29:0 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:11:56 AM: 27: {/if}
11:11:56 AM: 28:
11:11:56 AM: 29: <div
11:11:56 AM: ^
11:11:56 AM: 30: on:click|self={() => {
11:11:56 AM: 31:
11:11:56 AM: 11:11:56 AM [vite-plugin-svelte] /src/domains/layout/layout.svelte:54:6 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:11:56 AM: 52: <div class="layout-frame z-10">
11:11:56 AM: 53: {#if $MenuBlockerStore}
11:11:56 AM: 54: <div
11:11:56 AM: ^
11:11:56 AM: 55: on:click={hideMenuBlocker}
11:11:56 AM: 56: class="menu-blocker bg-transparent fixed w-screen h-screen top-0 left-0 r-0 bottom-0 z-20"
11:11:57 AM: 11:11:57 AM [vite-plugin-svelte] /src/domains/plugins/plugins-modal.svelte:219:6 Security: Anchor with "target=_blank" should have rel attribute containing the value "noreferrer"
11:11:57 AM: 217: <div class="pt-10 px-4 text-center text-gray-500 text-sm">
11:11:57 AM: 218: Want to create a Plugin? <br />
11:11:57 AM: 219: <a class="text-primary underline" href="https://github.com/open-nomie/plugins" target="_blank" rel="nofollow"
11:11:57 AM: ^
11:11:57 AM: 220: >Read the Plugin Docs →</a
11:11:57 AM: 221: >
11:11:58 AM: 11:11:58 AM [vite-plugin-svelte] /src/components/button/button.svelte:89:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:11:58 AM: 87: <div class="hit-mark" />
11:11:58 AM: 88: {#if confirming}
11:11:58 AM: 89: <div
11:11:58 AM: ^
11:11:58 AM: 90: class="flex items-center justify-center"
11:11:58 AM: 91: on:click|preventDefault|stopPropagation={() => {
11:12:00 AM: 11:12:00 AM [vite-plugin-svelte] /src/domains/settings/settings-page.svelte:109:10 Security: Anchor with "target=_blank" should have rel attribute containing the value "noreferrer"
11:12:00 AM: 107: <div slot="right">
11:12:00 AM: 108: <!-- {#if !hasChatInstalled} -->
11:12:00 AM: 109: <a
11:12:00 AM: ^
11:12:00 AM: 110: title="Find a bug? Want to provide feedback?"
11:12:01 AM: 11:12:01 AM [vite-plugin-svelte] /src/domains/search/unisearch-modal.svelte:215:8 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:12:01 AM: 213: {#if results}
11:12:01 AM: 214: {#if results.exactTrackable}
11:12:01 AM: 215: <header on:click={() => {}} class="list-header">{results.exactTrackable.label}</header>
11:12:01 AM: ^
11:12:01 AM: 216: <List>
11:12:01 AM: 217: {#each exactMatchOptions as button, index}
11:12:01 AM: 11:12:01 AM [vite-plugin-svelte] /src/domains/search/unisearch-modal.svelte:237:8 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:12:01 AM: 235:
11:12:01 AM: 236: {#if results.commands.length}
11:12:01 AM: 237: <header
11:12:01 AM: ^
11:12:01 AM: 238: on:click={() => {
11:12:01 AM: 239: showCommands = !showCommands
11:12:01 AM: 11:12:01 AM [vite-plugin-svelte] /src/domains/search/unisearch-modal.svelte:269:8 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:12:01 AM: 267:
11:12:01 AM: 268: {#if results.trackables.length > 0 || searchTerm?.substring(0, 1) === '#' || searchTerm?.substring(0, 1) === '@' || searchTerm?.substring(0, 1) === '+'}
11:12:01 AM: 269: <header
11:12:01 AM: ^
11:12:01 AM: 270: on:click={() => {
11:12:01 AM: 271: showTrackables = !showTrackables
11:12:01 AM: 11:12:01 AM [vite-plugin-svelte] /src/domains/search/unisearch-modal.svelte:323:6 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:12:01 AM: 321: </List>
11:12:01 AM: 322: <Divider left={1} />
11:12:01 AM: 323: <header
11:12:01 AM: ^
11:12:01 AM: 324: on:click={() => {
11:12:01 AM: 325: showLogs = !showLogs
11:12:04 AM: transforming...
11:12:05 AM: 11:12:05 AM [vite-plugin-svelte] /src/components/toast/toast.svelte:52:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:12:05 AM: 50: </div>
11:12:05 AM: 51: {/if}
11:12:05 AM: 52: <div
11:12:05 AM: ^
11:12:05 AM: 53: on:click={() => {
11:12:05 AM: 54: removeToast(toast)
11:12:10 AM: 11:12:10 AM [vite-plugin-svelte] /src/domains/context/context-chart.svelte:138:10 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:12:10 AM: 136: </button>
11:12:10 AM: 137: {#each contextItem.marks as mark, index}
11:12:10 AM: 138: <div
11:12:10 AM: ^
11:12:10 AM: 139: class="cc-bar"
11:12:10 AM: 140: on:click={() => {
11:12:10 AM: 11:12:10 AM [vite-plugin-svelte] /src/domains/context/context-chart.svelte:118:6 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:12:10 AM: 116: {/if}
11:12:10 AM: 117: {#each contextMap as contextItem}
11:12:10 AM: 118: <div
11:12:10 AM: ^
11:12:10 AM: 119: class="text-white cc-item-holder"
11:12:10 AM: 120: on:click={() => {
11:12:11 AM: 11:12:11 AM [vite-plugin-svelte] /src/components/text/text.svelte:91:2 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:12:11 AM: 89:
11:12:11 AM: 90: {#if tag === 'span' || inline}
11:12:11 AM: 91: <span
11:12:11 AM: ^
11:12:11 AM: 92: {style}
11:12:11 AM: 93: on:click={() => {
11:12:11 AM: 11:12:11 AM [vite-plugin-svelte] /src/components/text/text.svelte:100:2 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:12:11 AM: 98: </span>
11:12:11 AM: 99: {:else}
11:12:11 AM: 100: <div
11:12:11 AM: ^
11:12:11 AM: 101: {style}
11:12:11 AM: 102: on:click={() => {
11:12:12 AM: 11:12:12 AM [vite-plugin-svelte] /src/components/avatar/avatar.svelte:63:0 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:12:12 AM: 61: </script>
11:12:12 AM: 62:
11:12:12 AM: 63: <div
11:12:12 AM: ^
11:12:12 AM: 64: class="n-avatar {emoji ? `emolen-${emojiCount(emoji)}` : 'no-emoji'}
65: {size}
11:12:12 AM: 11:12:12 AM [vite-plugin-svelte] /src/components/badge/badge.svelte:13:0 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:12:12 AM: 11: </script>
11:12:12 AM: 12:
11:12:12 AM: 13: <div on:click={(evt)=>{
11:12:12 AM: ^
11:12:12 AM: 14: emit('click', evt)
11:12:12 AM: 15: }} class:pad={pad} class="n-tag-badge badge badge-sm {className}" {style}>
11:12:12 AM: 11:12:12 AM [vite-plugin-svelte] /src/components/badge/badge.svelte:9:11 Badge has unused export property 'ballStyle'. If it is for external reference only, please consider using `export const ballStyle`
11:12:12 AM: 7: export let pad = false;
11:12:12 AM: 8: export let style = "";
11:12:12 AM: 9: export let ballStyle = "";
11:12:12 AM: ^
11:12:12 AM: 10: const emit = createEventDispatcher();
11:12:12 AM: 11: </script>
11:12:13 AM: 11:12:13 AM [vite-plugin-svelte] /src/components/calendar/calendar.svelte:271:14 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:12:13 AM: 269: <div class="day-container clickable">
11:12:13 AM: 270: {#if day}
11:12:13 AM: 271: <div
11:12:13 AM: ^
11:12:13 AM: 272: data-date={day.format('YYYY-MM-DD')}
11:12:13 AM: 273: data-day={day.format('DD')}
11:12:14 AM: 191 modules transformed.
11:12:15 AM: rendering chunks...
11:12:15 AM: 11:12:15 AM [vite-plugin-svelte] /src/domains/capture-log/capture-date-picker.svelte:7:11 Capture_date_picker has unused export property 'is24Hour'. If it is for external reference only, please consider using `export const is24Hour`
11:12:15 AM: 5: import { TodayStore } from '../usage/today/TodayStore';
11:12:15 AM: 6: export let time = new Date().getTime();
11:12:15 AM: 7: export let is24Hour = false;
11:12:15 AM: ^
11:12:15 AM: 8: const dispatch = createEventDispatcher();
11:12:15 AM: 9: $: activeDate = dayjs(new Date(time));
11:12:15 AM: 11:12:15 AM [vite-plugin-svelte] /src/domains/capture-log/capture-addon-menu-controller.svelte:7:11 Capture_addon_menu_controller has unused export property 'id'. If it is for external reference only, please consider using `export const id`
11:12:15 AM: 5: import { openPluginsModal } from "../plugins/PluginStore";
11:12:15 AM: 6: import { openWritingPromptModal } from "../writing-prompts/useWritingPrompts";
11:12:15 AM: 7: export let id;
11:12:15 AM: ^
11:12:15 AM: 8: export let closeEvent;
11:12:15 AM: 9: </script>
11:12:15 AM: 11:12:15 AM [vite-plugin-svelte] /src/domains/capture-log/capture-addon-menu-controller.svelte:8:11 Capture_addon_menu_controller has unused export property 'closeEvent'. If it is for external reference only, please consider using `export const closeEvent`
11:12:15 AM: 6: import { openWritingPromptModal } from "../writing-prompts/useWritingPrompts";
11:12:15 AM: 7: export let id;
11:12:15 AM: 8: export let closeEvent;
11:12:15 AM: ^
11:12:15 AM: 9: </script>
11:12:15 AM: 10: <div class="w-full flex space-x-2">
11:12:16 AM: 11:12:16 AM [vite-plugin-svelte] /src/domains/dashboard2/widget/widget-display.svelte:171:2 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:12:16 AM: 169: </div>
11:12:16 AM: 170: {:else}
11:12:16 AM: 171: <div
11:12:16 AM: ^
11:12:16 AM: 172: {id}
11:12:16 AM: 173: class="dashboard-text type-text text-center widget-size-{widget.size}"
11:12:19 AM: 11:12:19 AM [vite-plugin-svelte] /src/domains/tracker/input/slider.svelte:5:11 Slider has unused export property 'min'. If it is for external reference only, please consider using `export const min`
11:12:19 AM: 3: import RangeSlider from 'svelte-range-slider-pips';
11:12:19 AM: 4: import is from '../../../utils/is/is';
11:12:19 AM: 5: export let min = '0';
11:12:19 AM: ^
11:12:19 AM: 6: export let max = '10';
11:12:19 AM: 7: export let value = '5';
11:12:19 AM: 11:12:19 AM [vite-plugin-svelte] /src/domains/tracker/input/slider.svelte:6:11 Slider has unused export property 'max'. If it is for external reference only, please consider using `export const max`
11:12:19 AM: 4: import is from '../../../utils/is/is';
11:12:19 AM: 5: export let min = '0';
11:12:19 AM: 6: export let max = '10';
11:12:19 AM: ^
11:12:19 AM: 7: export let value = '5';
11:12:19 AM: 8: export let tracker = undefined;
11:12:19 AM: 11:12:19 AM [vite-plugin-svelte] /src/domains/tracker/input/slider.svelte:9:11 Slider has unused export property 'step'. If it is for external reference only, please consider using `export const step`
11:12:19 AM: 7: export let value = '5';
11:12:19 AM: 8: export let tracker = undefined;
11:12:19 AM: 9: export let step = tracker ? tracker.step : '1';
11:12:19 AM: ^
11:12:19 AM: 10: let tempValue;
11:12:19 AM: 11: $: tempValue = value;
11:12:19 AM: 11:12:19 AM [vite-plugin-svelte] /src/domains/tracker/input/input-modal-footer.svelte:55:14 A11y: Avoid using autofocus
11:12:19 AM: 53: dispatch('startTimer')
11:12:19 AM: 54: }}
11:12:19 AM: 55: autofocus
11:12:19 AM: ^
11:12:19 AM: 56: class="action-button bg-primary-500 text-white"
11:12:19 AM: 57: >
11:12:19 AM: 11:12:19 AM [vite-plugin-svelte] /src/domains/tracker/input/input-modal-footer.svelte:63:14 A11y: Avoid using autofocus
11:12:19 AM: 61: <button
11:12:19 AM: 62: aria-label="Save"
11:12:19 AM: 63: autofocus
11:12:19 AM: ^
11:12:19 AM: 64: type="button"
11:12:19 AM: 65: on:click={() => {
11:12:20 AM: 11:12:20 AM [vite-plugin-svelte] /src/components/tiny-trackable/tiny-trackable.svelte:3:11 Tiny_trackable has unused export property 'date'. If it is for external reference only, please consider using `export const date`
11:12:20 AM: 1: <script lang="ts">import { createEventDispatcher } from 'svelte';
11:12:20 AM: 2: import TrackableAvatar from '../avatar/trackable-avatar.svelte';
11:12:20 AM: 3: export let date;
11:12:20 AM: ^
11:12:20 AM: 4: export let trackable;
11:12:20 AM: 5: export let value;
11:12:20 AM: 11:12:20 AM [vite-plugin-svelte] /src/domains/dashboard2/dashboard-list-item.svelte:27:13 Empty block
11:12:20 AM: 25: </button>
11:12:20 AM: 26: {/each}
11:12:20 AM: 27: {:else}
11:12:20 AM: ^
11:12:20 AM: 28:
11:12:20 AM: 29: {/if}
11:12:24 AM: 11:12:24 AM [vite-plugin-svelte] /src/components/positivity-bar/positivity-bar.svelte:37:2 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:12:24 AM: 35:
11:12:24 AM: 36: {#if negative || neutral || positive}
11:12:24 AM: 37: <div
11:12:24 AM: ^
11:12:24 AM: 38: class="positivity-bar cursor-pointer {className} {score < 0
39: ? 'is-negative'
11:12:24 AM: 11:12:24 AM [vite-plugin-svelte] /src/domains/dashboard2/widget/types/widget-last-used.svelte:6:11 Widget_last_used has unused export property 'usage'. If it is for external reference only, please consider using `export const usage`
11:12:24 AM: 4: export let widget;
11:12:24 AM: 5: export let trackable;
11:12:24 AM: 6: export let usage;
11:12:24 AM: ^
11:12:24 AM: 7: let dateFormat = getDateFormats();
11:12:24 AM: 8: let lastUsedDate;
11:12:24 AM: 11:12:24 AM [vite-plugin-svelte] /src/domains/dashboard2/widget/types/widget-positivity-pie.svelte:4:11 Widget_positivity_pie has unused export property 'widget'. If it is for external reference only, please consider using `export const widget`
11:12:24 AM: 2: import logsToTrackableUsage from '../../../usage/usage-utils';
11:12:24 AM: 3: import UsageChart from '../../../usage/usage-chart.svelte';
11:12:24 AM: 4: export let widget;
11:12:24 AM: ^
11:12:24 AM: 5: export let logs;
11:12:24 AM: 6: export let usage;
11:12:24 AM: 11:12:24 AM [vite-plugin-svelte] /src/domains/dashboard2/widget/types/widget-positivity-pie.svelte:6:11 Widget_positivity_pie has unused export property 'usage'. If it is for external reference only, please consider using `export const usage`
11:12:24 AM: 4: export let widget;
11:12:24 AM: 5: export let logs;
11:12:24 AM: 6: export let usage;
11:12:24 AM: ^
11:12:24 AM: 7: let scoreUsage;
11:12:24 AM: 8: // export let trackable: Trackable
11:12:28 AM: 211 modules transformed.
11:12:29 AM: 11:12:29 AM [vite-plugin-svelte] /src/components/emoji-selector/EmojiSearch.svelte:34:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:12:29 AM: 32:
11:12:29 AM: 33: {#if searchText}
11:12:29 AM: 34: <span class="icon clear-button" role="button" on:click|stopPropagation={clearSearchText}>
11:12:29 AM: ^
11:12:29 AM: 35: <IonIcon icon={CloseOutline} />
11:12:29 AM: 36: </span>
11:12:29 AM: 11:12:29 AM [vite-plugin-svelte] /src/components/emoji-selector/VariantPopup.svelte:20:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:12:29 AM: 18: <Emoji emoji={variants[variant]} on:emojiclick />
11:12:29 AM: 19: {/each}
11:12:29 AM: 20: <div class="close-button" role="button" on:click={onClickClose}>
11:12:29 AM: ^
11:12:29 AM: 21: <IonIcon icon={CloseOutline} />
11:12:29 AM: 22: </div>
11:12:29 AM: 11:12:29 AM [vite-plugin-svelte] /src/components/emoji-selector/VariantPopup.svelte:15:0 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
11:12:29 AM: 13: </script>
11:12:29 AM: 14:
11:12:29 AM: 15: <div class="svelte-emoji-picker__variants-container frosted" on:click={onClickContainer}>
11:12:29 AM: ^
11:12:29 AM: 16: <div class="svelte-emoji-picker__variants">
11:12:29 AM: 17: {#each Object.keys(variants) as variant}
11:12:43 AM: 1276 modules transformed.
11:12:43 AM: 11:12:43 AM [vite-plugin-svelte] dom compile done.
11:12:43 AM: package files time avg
11:12:43 AM: nomie 433 9.74s 22.5ms
11:12:44 AM: rendering chunks...
11:12:44 AM: warnings when minifying css:
11:12:44 AM: ▲ [WARNING] "z-idnex" is not a known CSS property [unsupported-css-property]
11:12:44 AM: <stdin>:10314:2:
11:12:44 AM: 10314 │ z-idnex:1000
11:12:44 AM: │ ~~~~~~~
11:12:44 AM: ╵ z-index
11:12:44 AM: Did you mean "z-index" instead?
11:12:44 AM:
11:12:46 AM: dist/assets/csv-column-worker.7655bd8b.js 99.19 KiB
11:12:46 AM: dist/assets/related-worker.d8f5dd9b.js 1.35 KiB
11:12:46 AM: dist/index.html 3.79 KiB
11:12:46 AM: dist/manifest.webmanifest 1.89 KiB
11:12:46 AM: dist/assets/workbox-window.prod.es5.d2780aeb.js 5.17 KiB / gzip: 2.15 KiB
11:12:46 AM: dist/assets/index.46b4a0e6.css 265.44 KiB / gzip: 42.57 KiB
11:12:46 AM: dist/assets/index.e57f263a.js 2693.10 KiB / gzip: 761.36 KiB
11:12:46 AM:
11:12:46 AM: (!) Some chunks are larger than 500 KiB after minification. Consider:
11:12:46 AM: - Using dynamic import() to code-split the application
11:12:46 AM: - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/guide/en/#outputmanualchunks
11:12:46 AM: - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
11:12:50 AM: PWA v0.14.1
11:12:50 AM: mode generateSW
11:12:50 AM: precache 19 entries (606.39 KiB)
11:12:50 AM: files generated
11:12:50 AM: dist/sw.js
11:12:50 AM: dist/workbox-7369c0e1.js
11:12:50 AM: warnings
11:12:50 AM: assets/index.e57f263a.js is 2.76 MB, and won't be precached. Configure maximumFileSizeToCacheInBytes to change this limit.
11:12:50 AM: ​
11:12:50 AM: (build.command completed in 1m 5.3s)
11:12:50 AM:
11:12:50 AM: 2. Functions bundling
11:12:50 AM: ────────────────────────────────────────────────────────────────
11:12:50 AM: ​
11:12:51 AM: The Netlify Functions setting targets a non-existing directory: functions
11:12:51 AM: ​
11:12:51 AM: (Functions bundling completed in 2ms)
11:12:51 AM:
11:12:51 AM: (Netlify Build completed in 1m 5.8s)
11:12:53 AM: Section completed: building
11:13:00 AM: Finished processing build request in 2m3.335s

Deploying

Complete
11:12:51 AM: 3. Deploy site
11:12:51 AM: ────────────────────────────────────────────────────────────────
11:12:51 AM: ​
11:12:51 AM: Starting to deploy site from 'dist'
11:12:51 AM: Calculating files to upload
11:12:51 AM: 3 new files to upload
11:12:51 AM: 0 new functions to upload
11:12:51 AM: Section completed: deploying
11:12:51 AM: Site deploy was successfully initiated
11:12:51 AM: ​
11:12:51 AM: (Deploy site completed in 486ms)

Cleanup

Complete
11:12:51 AM: Netlify Build Complete
11:12:51 AM: ────────────────────────────────────────────────────────────────
11:12:51 AM: ​
11:12:52 AM: Caching artifacts
11:12:52 AM: Started saving node modules
11:12:52 AM: Finished saving node modules
11:12:52 AM: Started saving build plugins
11:12:52 AM: Finished saving build plugins
11:12:52 AM: Started saving corepack cache
11:12:52 AM: Finished saving corepack cache
11:12:52 AM: Started saving pip cache
11:12:52 AM: Finished saving pip cache
11:12:52 AM: Started saving emacs cask dependencies
11:12:52 AM: Finished saving emacs cask dependencies
11:12:52 AM: Started saving maven dependencies
11:12:52 AM: Finished saving maven dependencies
11:12:52 AM: Started saving boot dependencies
11:12:52 AM: Finished saving boot dependencies
11:12:52 AM: Started saving rust rustup cache
11:12:52 AM: Finished saving rust rustup cache
11:12:52 AM: Started saving go dependencies
11:12:52 AM: Finished saving go dependencies
11:12:53 AM: Build script success
11:12:59 AM: Uploading Cache of size 219.5MB
11:13:00 AM: Section completed: cleanup

Post-processing

Complete
11:12:51 AM: Starting post processing
11:12:51 AM: Post processing - HTML
11:12:52 AM: Post processing - header rules
11:12:52 AM: Post processing - redirect rules
11:12:52 AM: Post processing done
11:12:52 AM: Section completed: postprocessing
11:12:53 AM: Site is live ✨