Skip to content

Commit 4e4d65a

Browse files
authored
fix docs re: throwUnlessParallelizable
1 parent cb5a382 commit 4e4d65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ To have the build fail when failing to do parallel builds, opt-in is via:
345345
```js
346346
let app = new EmberAddon(defaults, {
347347
'ember-cli-babel': {
348-
includePolyfill: true
348+
throwUnlessParallelizable: true
349349
}
350350
});
351351
```

0 commit comments

Comments
 (0)