The following command uses `package.json` to install all dependencies
- npm install
+ npm install
To bundle them, run
npm run build
+
+Add `/*@nomin*/` close to the end of `dist/wrmap.mjs` to prevent minification bug: https://phabricator.wikimedia.org/T351610.