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

899
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -74,7 +74,6 @@
"devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.5",
"@custom-elements-manifest/analyzer": "^0.9.4",
"@konnorr/esbuild-plugin-lit-css": "^1.0.1",
"@lit-labs/eleventy-plugin-lit": "^1.0.3",
"@lit-labs/testing": "^0.2.4",
"@lit/react": "^1.0.0",

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',
},