Skip to content

Commit c6b4475

Browse files
committed
Disable layerName by default.
1 parent 2b41278 commit c6b4475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/plugin/plugin-src/code.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const defaultPluginSettings: PluginSettings = {
1919
framework: "HTML",
2020
jsx: false,
2121
optimizeLayout: true,
22-
layerName: true,
22+
layerName: false,
2323
inlineStyle: true,
2424
responsiveRoot: false,
2525
flutterGenerationMode: "snippet",

0 commit comments

Comments
 (0)