Browse Source

Update 07-sourcemaps.md

master
Rich Harris 8 years ago
committed by GitHub
parent
commit
623e8e2592
  1. 2
      src/guide/07-sourcemaps.md

2
src/guide/07-sourcemaps.md

@ -2,7 +2,7 @@
title: Sourcemaps
---
Sourcemaps can be enabled by adding the `--sourcemap` flag using the command line too, or by adding `sourceMap: true` to your configuration file.
Sourcemaps can be enabled by adding the `--sourcemap` flag using the CLI, or by adding `sourceMap: true` to your configuration file.
```js
export default {

Loading…
Cancel
Save