chore: 用esbuild代替vite来打包main

This commit is contained in:
qier222 2022-03-29 16:52:53 +08:00
parent b4590c3c34
commit c4219afd3d
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
152 changed files with 669 additions and 747 deletions

View file

@ -3,25 +3,13 @@ const colors = require('tailwindcss/colors')
module.exports = {
content: [
'./packages/renderer/index.html',
'./packages/renderer/src/**/*.{vue,js,ts,jsx,tsx}',
'./src/renderer/index.html',
'./src/renderer/**/*.{vue,js,ts,jsx,tsx}',
],
darkMode: 'media',
theme: {
extend: {
colors: {
// brand: {
// 50: '#f5f7fe',
// 100: '#ebeffd',
// 200: '#ccd7fa',
// 300: '#adbff7',
// 400: '#708ef0',
// 500: '#335eea',
// 600: '#2e55d3',
// 700: '#2647b0',
// 800: '#1f388c',
// 900: '#192e73',
// },
brand: colors.blue,
gray: colors.neutral,
},