Skip to content

Commit

Permalink
fix(code-split): Remove sourcemaps to work around missing sourceFileN…
Browse files Browse the repository at this point in the history
…ame.
  • Loading branch information
kollhof committed Feb 10, 2020
1 parent 61d4ca3 commit dc3fc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code-split.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,5 +248,5 @@ export const getTemplate = (source, sourceMap)=> {
removePaths(...children);
}

return generate(ast, {sourceMaps: true}, source);
return generate(ast, {sourceMaps: false}, source);
};

0 comments on commit dc3fc5e

Please sign in to comment.