When weex is packaged, the js file is introduced to report an error.

clipboard.png

clipboard.png
the global js file introduced in vue can print that $in dev mode, but the file complie reported an error, saying that the global file could not be found. The
file must be found because it can be read normally in dev mode. I wonder if it is the problem with weex-vue-loader. Is there a big god to help take a look at

A lot of things have been commented out in

globa, leaving only one for this test

.

related codes

in the xxx.vue file

import $from"@ / global.js"
modal.toast ({

)
message: $,
duration: 2

})

in the global.js file

export default {
router:123123,
}

Dec.20,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b429e3-2bda5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b429e3-2bda5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?