mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Merge pull request #312 from shoelace-style/konnorrogers/remove-unnecessary-plugin
remove unnecessary plugin
This commit is contained in:
899
package-lock.json
generated
899
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user