Skip to content

Commit

Permalink
undo build.js sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev committed Feb 3, 2021
1 parent d809175 commit 9d69cef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ function buildES6(typeScriptCompiler) {
lib: ['dom', 'es2017', 'esnext.asynciterable', 'es2018.asyncgenerator'],
downlevelIteration: true,
jsx: jsx,
inlineSourceMap: true,
inlineSources: true,
sourceMap: true,
target: 'es5',
module: 'es2015',
moduleResolution: 'node',
Expand Down

0 comments on commit 9d69cef

Please sign in to comment.