You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
257 B
JavaScript

require.config({
paths : {
'app' : './VueWidget/js/app.f3689074',
'chunk-vendors' : './VueWidget/js/chunk-vendors.2d039da3'
}
})
function init(){
require(['app','chunk-vendors'], function(){
})
console.log(9999);
}