You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This because ```npm start``` runs ```npm run server:dev``` and then the target command, so we have to to pass the ```--env``` by providing two times ```--```.
181
+
This because ```npm start``` runs ```npm run server:dev``` and then the target command, so we have to to pass the ```--env.target``` by providing two times ```--```.
182
182
You can find the configurations in ```<root>/environment```.
183
183
184
184
## HTML5 pushState routing
@@ -191,26 +191,7 @@ extra confuration to enable this.
191
191
Initiate cordova with the following commands:
192
192
```shell
193
193
npm install -g cordova
194
-
npm run cordova:init
195
-
```
196
-
197
-
Finally add the following code just before the ```</body>``` closing tag:
198
-
```
199
-
<!-- Cordova -->
200
-
<script src="cordova.js"></script>
201
-
```
202
-
203
-
Cordova has a issue in the way they serve the source code files to the WebView in the platforms. So we have to remove/alter the following code
0 commit comments