Skip to content

Commit

Permalink
chore: Emit source map
Browse files Browse the repository at this point in the history
  • Loading branch information
hatton committed Nov 29, 2024
1 parent 008cd9e commit 4f5a1db
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ export default defineConfig(({ command }) => {
assetFileNames: "[name]-[hash].[ext]",
},
},
target: "esnext", // review: did this for the dynamic import
dynamicImportVarsOptions: {
warnOnError: true,
exclude: [],
},
sourcemap: true, // Generates separate source map files
},

server: {
Expand Down

0 comments on commit 4f5a1db

Please sign in to comment.