Skip to content

Commit

Permalink
fix ttc build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitayutanov committed Jan 28, 2025
1 parent 80c0ca9 commit 4ab10ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/apps/tic-tac-toe/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export default defineConfig(({ mode }) => {
},
build: {
outDir: 'build',
sourcemap: true,
},
plugins: [svgr(), react(), nodePolyfills(), eslint()],
assetsInclude: ['**/*.wasm?inline', '**/*.txt?inline'],
Expand Down

0 comments on commit 4ab10ed

Please sign in to comment.