[go: nahoru, domu]

Skip to content

Commit

Permalink
Generate source map for ES module loader rollup
Browse files Browse the repository at this point in the history
Makes it easier to debug things as you get the original source and
proper line numbers.
  • Loading branch information
CendioOssman committed Mar 27, 2017
1 parent 36efb97 commit f7c620d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor/browser-es-module-loader/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default {
dest: 'dist/browser-es-module-loader.js',
format: 'umd',
moduleName: 'BrowserESModuleLoader',
sourceMap: true,

plugins: [
nodeResolve(),
Expand Down

0 comments on commit f7c620d

Please sign in to comment.