mikaello / norwegian-national-id-validator

Validate Norwegian national identity numbers
https://mikaello.github.io/norwegian-national-id-validator
MIT License
24 stars 7 forks source link

build into es5 target instead of es6 #11

Closed ziarno closed 5 years ago

ziarno commented 5 years ago

Hi!

We're having trouble with UglifyJS - it doesn't support ES6! So it throws errors when it tries to minify your package. The solution is to transpile the build into ES5 instead of ES6. This is how all the node_modules that we use transpile code, which seems to be the current standard.

mikaello commented 5 years ago

Thanks!

ziarno commented 5 years ago

Nice! Thanks for the fast response! Possible to upload a new version to npm too? ;)

mikaello commented 5 years ago

Nice! Thanks for the fast response! Possible to upload a new version to npm too? ;)

Done! :-) (v1.3.2)

ziarno commented 5 years ago

Thx, works for us now!