added -js-map parameter to the environment generator

This commit is contained in:
WolverinDEV 2019-01-28 20:52:27 +01:00
parent 8080d426e7
commit 99d460d8bb

View file

@ -19,6 +19,16 @@
"path" => "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 */
"type" => "js",
"search-pattern" => "/(WorkerCodec.js|WorkerPOW.js)$/",