remove unnecessary plugin

This commit is contained in:
konnorrogers
2024-12-16 14:05:29 -05:00
parent b6e0ca5d45
commit 725fb1f013
3 changed files with 1 additions and 902 deletions

View File

@@ -1,4 +1,3 @@
import { litCssPlugin } from '@konnorr/esbuild-plugin-lit-css';
import browserSync from 'browser-sync';
import chalk from 'chalk';
import { execSync } from 'child_process';
@@ -182,7 +181,7 @@ async function generateBundle() {
bundle: true,
splitting: true,
minify: false,
plugins: [replace({ __WEBAWESOME_VERSION__: version }), litCssPlugin()],
plugins: [replace({ __WEBAWESOME_VERSION__: version })],
loader: {
'.css': 'text',
},