]> ToastFreeware Gitweb - philipp/winterrodeln/mediawiki_extensions/wrmap.git/blobdiff - readme.md
Add comment on how bolzanoWkt was created.
[philipp/winterrodeln/mediawiki_extensions/wrmap.git] / readme.md
index d9c014840a7e44d6c3821498147348169605cffb..290dccaad3c5e618608fbc0def7fc375373618fe 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -163,7 +163,7 @@ the wrmap element.
 
 The following command uses `package.json` to install all dependencies
 
-   npm install
+    npm install
 
 
 
@@ -173,3 +173,5 @@ The TypeScript source files are below the src directory.
 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.