Skip to content

Commit ac33a40

Browse files
Randy Wijnantsmgechev
Randy Wijnants
authored andcommitted
Add example of common scenario where APP_BASE is not '/' for prod builds (#2250)
1 parent 0e50875 commit ac33a40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ $ npm run build.dev
6565
# prod build, will output the production application in `dist/prod`
6666
# the produced code can be deployed (rsynced) to a remote server
6767
$ npm run build.prod
68+
# prod build using different base path
69+
$ npm run build.prod -- --base "/foo/bar/"
6870

6971
# dev build of multiple applications (by default the value of --app is "app")
7072
$ npm start -- --app baz

0 commit comments

Comments
 (0)