Skip to content

Commit 44ce4cd

Browse files
committed
formatting
1 parent b608894 commit 44ce4cd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config/build/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ const filesConfig : esbuild.BuildOptions = {
6060
'nesting': true
6161
},
6262
plugins: [
63-
esbuildPluginSass({
64-
type: 'style'
65-
}),
63+
esbuildPluginSass({type: 'style'}),
6664
esbuildPluginSolidJs({solid: {moduleName: '@solid-js/web'}})
6765
],
6866
alias: importMap.imports,

0 commit comments

Comments
 (0)