Skip to content

Commit

Permalink
feat: generate inline sourcemaps for bundled vite.config.js files (#3949
Browse files Browse the repository at this point in the history
)
  • Loading branch information
aleclarson committed Jun 25, 2021
1 parent 2012b0b commit cff2fcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/node/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,7 @@ async function bundleConfigFile(
platform: 'node',
bundle: true,
format: mjs ? 'esm' : 'cjs',
sourcemap: 'inline',
metafile: true,
plugins: [
{
Expand Down

0 comments on commit cff2fcd

Please sign in to comment.