Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
removed addSourcemapLocation call
Browse files Browse the repository at this point in the history
  • Loading branch information
idmitriev committed Jul 15, 2016
1 parent 10f3ab0 commit 24e03ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ export default function ramda ( options ) {
return
}

if ( sourceMap ) {
magicString.addSourcemapLocation( node.start )
magicString.addSourcemapLocation( node.end )
}
// if ( sourceMap ) {
// magicString.addSourcemapLocation( node.start )
// magicString.addSourcemapLocation( node.end )
// }

const importStatements = Object.keys(imports).map(
imported => `import ${imports[imported]} from 'ramda/src/${imported}';`
Expand Down

0 comments on commit 24e03ea

Please sign in to comment.