The purpose of this repository is to reproduce an error when compiling to ES5 and using minification.
$ npm i
$ npm run build
There is no error when running the unminifed version.
$ npm run serve:es5
Take a look at the dev console and you will see the error when running the minified version.
$ npm run serve:es5-minified