Merge pull request #312 from shoelace-style/konnorrogers/remove-unnecessary-plugin

remove unnecessary plugin
This commit is contained in:
Cory LaViska
2024-12-17 12:13:10 -05:00
committed by GitHub
2 changed files with 1 additions and 901 deletions

899
package-lock.json generated

File diff suppressed because it is too large Load Diff

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