From 224b567c80f2287a1ab8c7cd7358a36b45bcbfc4 Mon Sep 17 00:00:00 2001 From: aMarCruz Date: Fri, 6 Jul 2018 21:46:09 -0500 Subject: [PATCH] v3.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 323c9d0..f28bb52 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ export default { For info about the use of a plugin, please visit the site of each particular plugin. -### What's New +## What's New - New option `acornOptions`, for advanced usage. This is an optional, plain JS object with additional settings passed to the [Acorn](https://github.com/acornjs/acorn) parser. Properties of this object are merged with, and take precedence over, the existing `ecmaVersion` and `sourceType` options.