Error --prod --release

when run command: ionic cordova run android (work fine)
or ionic cordova run browser (work fine)

but when run: ionic cordova run android --prod --release

show this error:

$ ionic cordova run android --prod --release --verbose
[DEBUG] CLI flags: { interactive: true, confirm: false }
[DEBUG] { cwd: 'D:\\Desenvolvimento\\xampp\\htdocs\\reciklado', local: true, bin                                                                                                                                                                                               Path: 'C:\\Users\\Fred\\AppData\\Roaming\\npm\\node_modules\\ionic\\bin\\ionic',                                                                                                                                                                                                libPath: 'D:\\Desenvolvimento\\xampp\\htdocs\\reciklado\\node_modules\\ionic\\d                                                                                                                                                                                               ist\\index.js' }
[DEBUG] Loading local plugin @ionic/cli-plugin-proxy
[DEBUG] Throwing PLUGIN_NOT_INSTALLED for local @ionic/cli-plugin-proxy
[DEBUG] Loading local plugin @ionic/cli-plugin-cordova
[DEBUG] Loading local plugin @ionic/cli-plugin-ionic-angular
[DEBUG] Daemon found (pid: 3948)
[DEBUG] Getting plugin info for ionic
[DEBUG] Checking for latest plugin version of ionic@latest.
[DEBUG] Getting plugin info for @ionic/cli-plugin-cordova
[DEBUG] Checking for latest plugin version of @ionic/cli-plugin-cordova@latest.
[DEBUG] Getting plugin info for @ionic/cli-plugin-ionic-angular
[DEBUG] Checking for latest plugin version of @ionic/cli-plugin-ionic-angular@la                                                                                                                                                                                               test.
Running app-scripts build: --prod --address 0.0.0.0 --port 8100 --p 8100 --liver                                                                                                                                                                                               eload-port 35729 --r 35729 --iscordovaserve --nobrowser

[10:32:17]  build prod started ...
[10:32:17]  clean started ...
[10:32:17]  clean finished in 21 ms
[10:32:17]  copy started ...
[10:32:17]  ngc started ...
[10:32:39]  ngc finished in 21.69 s
[10:32:39]  preprocess started ...
[10:32:39]  deeplinks started ...
[WARN] Error occurred during command execution from a CLI plugin (@ionic/cli-plu                                                                                                                                                                                               gin-cordova).
Error: The RegExp to find the DeepLinkConfigToken did not return valid data
[DEBUG] Error: The RegExp to find the DeepLinkConfigToken did not return valid d                                                                                                                                                                                               ata
        at BuildError.Error (native)
        at new BuildError (D:\Desenvolvimento\xampp\htdocs\reciklado\node_module                                                                                                                                                                                               s\@ionic\app-scripts\dist\util\errors.js:16:28)
        at D:\Desenvolvimento\xampp\htdocs\reciklado\node_modules\@ionic\app-scr                                                                                                                                                                                               ipts\dist\preprocess.js:18:21
$ ionic info

cli packages: (D:\Desenvolvimento\xampp\htdocs\reciklado\node_modules)

    @ionic/cli-plugin-cordova       : 1.6.2
    @ionic/cli-plugin-ionic-angular : 1.4.1
    @ionic/cli-utils                : 1.7.0
    ionic (Ionic CLI)               : 3.7.0

global packages:

    Cordova CLI : 7.0.1

local packages:

    @ionic/app-scripts : 2.1.3
    Cordova Platforms  : android 6.2.3 browser 4.1.0 ios 4.4.0 windows 5.0.0
    Ionic Framework    : ionic-angular 3.6.0

System:

    Node : v6.11.2
    OS   : Windows 10
    npm  : 5.3.0
type or paste code here

Somewhere you should have a Deeplink configuration but don’t have one. Possible?