1
0
Fork 0
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:
Tomas Chmelevskij 2021-01-01 22:26:30 +04:00
parent ef68bb170f
commit 4d2c89990b
4 changed files with 12 additions and 7 deletions

View file

@ -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({