Skip to content

Commit 730c995

Browse files
dominikgteemingc
andauthored
Update packages/vite-plugin-svelte/src/plugins/setup-optimizer.js
Co-authored-by: Tee Ming <[email protected]>
1 parent 74c7c5c commit 730c995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite-plugin-svelte/src/plugins/setup-optimizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export function setupOptimizer(api) {
8282
* @param {boolean} components
8383
* @return {EsbuildPlugin}
8484
*/
85-
function eSBuildOptimizerPlugin(api, consumer, components) {
85+
function esbuildOptimizerPlugin(api, consumer, components) {
8686
const name = components ? optimizeSveltePluginName : optimizeSvelteModulePluginName;
8787
const compileFn = components ? compileSvelte : compileSvelteModule;
8888
const statsName = components ? 'prebundle library components' : 'prebundle library modules';

0 commit comments

Comments
 (0)