Skip to content

Commit

Permalink
don't strip roku-log statements on dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Nov 12, 2023
1 parent 71da458 commit 25ade0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 25ade0e

Please sign in to comment.