British Isles Grid Reference library
The British Isles Grid Reference (bigr) library is a Javascript library for
working with British, Irish or Channel Island grid references.
British grid references are those associated with reference system
@@ -100,6 +100,14 @@
Rollup
@rollup/plugin-babel: this is what allows rollup to transpile ES6/7 code to ES5 (for the browser packaging). This plugin has dependencies on '@babel/core' and '@babel/preset-env' which are included in the project's node package.
rollup-plugin-terser: this is used to produce the minified file.
rollup-plugin-eslint: this enables linting to be carried out as part of the packaging (not absolutely necessary since linting an be done on an ongoing basis and also added as an npm script).
+