Skip to content

Commit 72eacab

Browse files
committed
dont lint on build
1 parent b21312e commit 72eacab

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

frontend/vite.config.ts

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,20 @@ function getPlugins({
103103
const plugins: PluginOption[] = [
104104
envConfig({ isDevelopment, clientVersion, env }),
105105
languageHashes({ skip: isDevelopment }),
106+
injectHTML() as PluginOption,
107+
tailwindcss(),
108+
solidPlugin(),
109+
];
110+
111+
const devPlugins: PluginOption[] = [
106112
oxlintChecker({
107113
debounceDelay: 125,
108114
typeAware: true,
109115
overlay: isDevelopment,
110116
}),
111-
injectHTML() as PluginOption,
112-
tailwindcss(),
113-
solidPlugin(),
117+
Inspect(),
114118
];
115119

116-
const devPlugins: PluginOption[] = [Inspect()];
117-
118120
const prodPlugins: PluginOption[] = [
119121
fontPreview(),
120122
fontawesomeSubset(),

0 commit comments

Comments
 (0)