diff --git a/index.html b/index.html index 0d15dc6e..6ab9ecf5 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@
- + diff --git a/package.json b/package.json index e32b0383..337506c0 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,10 @@ { "name": "lightsheet", "private": true, - "version": "0.0.1", "type": "module", + "version": "0.0.1", + "files": ["dist"], + "module": "./dist/main.js", "scripts": { "dev": "vite", "lint": "eslint .", diff --git a/src/ui/ui.css b/public/style.css similarity index 100% rename from src/ui/ui.css rename to public/style.css diff --git a/vite.config.js b/vite.config.js index 29d59c6a..8f1756f9 100644 --- a/vite.config.js +++ b/vite.config.js @@ -4,7 +4,7 @@ import { defineConfig } from 'vite' export default defineConfig({ build: { - manifest: true, + sourcemap: true, minify: true, reportCompressedSize: true, lib: {