Skip to content

Commit

Permalink
refactor(dev): do not compile server incrementally
Browse files Browse the repository at this point in the history
since it depends on the assets manifest
  • Loading branch information
pcattori committed Oct 25, 2022
1 parent b4677e0 commit 6e69ead
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/remix-dev/compiler/compile-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ const createEsbuildConfig = (
// `undefined`, esbuild will keep looking for a tsconfig.json recursively up. This unwanted
// behavior can only be avoided by creating an empty tsconfig file in the root directory.
tsconfig: config.tsconfigPath,
incremental: options.incremental,
sourcemap: options.sourcemap, // use linked (true) to fix up .map file
// The server build needs to know how to generate asset URLs for imports
// of CSS and other files.
Expand Down

0 comments on commit 6e69ead

Please sign in to comment.