mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
feat: move logging to esm modules
This commit is contained in:
parent
ef68bb170f
commit
4d2c89990b
4 changed files with 12 additions and 7 deletions
|
@ -319,7 +319,8 @@ function dist_rollup() {
|
|||
// I will be picked up by rollup and bundled accordingly.
|
||||
'components/init': 'src/components/init.js',
|
||||
'js/main_cordova': 'src/js/main_cordova.js',
|
||||
'js/utils/common': 'src/js/utils/common.js'
|
||||
'js/utils/common': 'src/js/utils/common.js',
|
||||
'js/tabs/logging': 'src/js/tabs/logging.js'
|
||||
},
|
||||
plugins: [
|
||||
alias({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue