Acorn webpack terser issue
This is an example repository containing a minimal project to demonstrate the issue when including acorn with webpack and then running terser on it.
To create a failing build, run this
npm run build
To create a build without running terser, run this
npm run build-dev