Skip to content

Commit

Permalink
run sourcemaps (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored and rauchg committed Jan 18, 2019
1 parent 5b54d32 commit ecd00e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ switch (args._[0]) {
{
minify: args["--minify"],
externals: args["--external"],
sourceMap: args["--source-map"] || run && args["--minify"],
sourceMap: args["--source-map"] || run,
cache: args["--no-cache"] ? false : undefined,
watch: args["--watch"]
}
Expand Down

0 comments on commit ecd00e2

Please # to comment.