Skip to content

Commit

Permalink
Merge pull request #247 from jaswilli/update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored Jan 15, 2021
2 parents 1a7576a + 534d073 commit 9137bc0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ var app = new EmberApp({
semicolons: true,
},
},

// Tell broccoli-terser-sourcemap to not add sourcemap URLs
hiddenSourceMap: true,
},
});
```
Expand All @@ -59,6 +62,8 @@ var app = new EmberApp({

If no `terser` option is passed, a default configuration will be used.

Options supported by [broccoli-terser-sourcemap](https://github.com/ember-cli/broccoli-terser-sourcemap) may be added as top-level fields.

### Source Maps

Source maps are disabled by default for production builds in Ember CLI. If you
Expand Down

0 comments on commit 9137bc0

Please sign in to comment.