added -js-map parameter to the environment generator
This commit is contained in:
parent
8080d426e7
commit
99d460d8bb
1 changed files with 10 additions and 0 deletions
10
files.php
10
files.php
|
@ -19,6 +19,16 @@
|
||||||
"path" => "js/",
|
"path" => "js/",
|
||||||
"local-path" => "./shared/js/"
|
"local-path" => "./shared/js/"
|
||||||
],
|
],
|
||||||
|
[ /* shared javascript mapping files (development mode only) */
|
||||||
|
"type" => "js",
|
||||||
|
"search-pattern" => "/.*\.(js.map|ts)$/",
|
||||||
|
"search-exclude" => "/(.*\/)?workers\/.*/",
|
||||||
|
"build-target" => "dev",
|
||||||
|
|
||||||
|
"path" => "js/",
|
||||||
|
"local-path" => "./shared/js/",
|
||||||
|
"req-parm" => ["-js-map"]
|
||||||
|
],
|
||||||
[ /* shared generated worker codec */
|
[ /* shared generated worker codec */
|
||||||
"type" => "js",
|
"type" => "js",
|
||||||
"search-pattern" => "/(WorkerCodec.js|WorkerPOW.js)$/",
|
"search-pattern" => "/(WorkerCodec.js|WorkerPOW.js)$/",
|
||||||
|
|
Loading…
Add table
Reference in a new issue