mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-22 21:59:39 +00:00
don't strip roku-log statements on dev build
This commit is contained in:
parent
71da458419
commit
25ade0ead4
@ -10,7 +10,9 @@
|
||||
],
|
||||
"plugins": ["@rokucommunity/bslint", "roku-log-bsc-plugin"],
|
||||
"rokuLog": {
|
||||
"insertPkgPath": true
|
||||
"strip": false,
|
||||
"insertPkgPath": true,
|
||||
"removeComments": false
|
||||
},
|
||||
"diagnosticFilters": ["node_modules/**/*", "**/roku_modules/**/*"],
|
||||
"sourceMap": true,
|
||||
|
Loading…
Reference in New Issue
Block a user