mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Update gulpfile.js
Co-authored-by: Míguel Ángel Mulero Martínez <mcgivergim@gmail.com>
This commit is contained in:
parent
73172bdb04
commit
bd9126c10b
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ function dist_rollup() {
|
||||||
// in dist on the left, on the right it's input file path.
|
// in dist on the left, on the right it's input file path.
|
||||||
// If all the things used by other files are importing
|
// If all the things used by other files are importing
|
||||||
// it with `import/export` file doesn't have to be here.
|
// it with `import/export` file doesn't have to be here.
|
||||||
// I will be picked up by rollup and bundled accrodingly.
|
// I will be picked up by rollup and bundled accordingly.
|
||||||
'components/init': 'src/components/init.js',
|
'components/init': 'src/components/init.js',
|
||||||
'js/main_cordova': 'src/js/main_cordova.js',
|
'js/main_cordova': 'src/js/main_cordova.js',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue