-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
area: sourcemapshelp wantedoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issuepkg: cli
Description
This is my .babelrc
{
"presets": ["es2015", "stage-0", "react"],
"plugins": ["transform-decorators-legacy", "transform-runtime"],
"sourceMaps": true,
"retainLines": true
}
However when running babel source maps are not being generated:
babel app/ --copy-files --out-dir build
Adding --source-maps true to CLI tool forces SMs to be generated. Is it a bug?
htchaan, mwgamble, a613, AVykhrystyuk, vith and 20 more
Metadata
Metadata
Assignees
Labels
area: sourcemapshelp wantedoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issuepkg: cli