We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd79c2 commit 5466b90Copy full SHA for 5466b90
README.md
@@ -199,7 +199,10 @@ Cordova takes the ```www``` folder source to create the Cordova app. This ```www
199
So make sure you run for example ```npm run build``` first before runing/buildinga Cordova app.
200
201
### Typedocs
202
-The typedoc is generated with command ```npm run build:docs``` into directoy ```dist/docs``` and can be served with ```npm run server:docs```.
+Typedoc is generated with command ```npm run build:docs``` into directoy ```docs``` and can be served with ```npm run server:docs```.
203
+> The typedoc are generated with the development environment
204
+
205
+> As side effect a build into ```dist``` is produced as default behavior of webpack.
206
207
208
# ToDo's
0 commit comments