GitXplorerGitXplorer
m

babel-node-sourcemaps-repro

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
af18cabf2bc51a43394ec2373fa49558c847675d

Fixed readme instructions

committed 10 years ago
Unverified
a24c1fcb5ea12922e228ffccc16ba980f0c3c9e2

Error repro case

committed 10 years ago

README

The README file for this repository.

Repro for issue with babel-node-sourcemaps

See: https://github.com/babel/babel/issues/1556

Install packages:

  npm install
  npm i -g babel

To Repro:

See the stack trace here:

babel-node --stage 0 -- server/babel-node-repro

Compare to the stack trace here:

babel server --source-maps inline --out-dir build; node build/sourcemaps_working;