Skip to content

Commit d07187d

Browse files
Hristo HristovHristo Hristov
authored andcommitted
fix(wc): fix name
1 parent 2879050 commit d07187d

File tree

1 file changed

+1
-1
lines changed
  • packages/cli/templates/webcomponents/igc-ts/projects/_base/files

1 file changed

+1
-1
lines changed

packages/cli/templates/webcomponents/igc-ts/projects/_base/files/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default defineConfig({
3434
},
3535
plugins: [
3636
{
37-
name: 'replace-grid-material-css-path',
37+
name: 'replace-grid-css-paths',
3838
apply: 'build',
3939
transform(code, id) {
4040
if (id.endsWith('.js')) {

0 commit comments

Comments
 (0)