Skip to content

Commit b9945b4

Browse files
committed
Fix README example code.
1 parent 5998111 commit b9945b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ To enable TypeScript sourcemaps, you'll need to add the corresponding configurat
9393
const app = new EmberApp(defaults, {
9494
babel: {
9595
sourceMaps: 'inline',
96-
}
97-
}
96+
},
97+
});
9898
```
9999

100100
(Note that this _will_ noticeably slow down your app rebuilds.)

0 commit comments

Comments
 (0)