app.js 221 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 import './js/common'; import './js/global'; import './scss/common.scss'; window.Promise = Promise; import './yoho.pages'; window.justGenerate = () => { import(/* webpackChunkName: "index" */ './scss/index.scss'); };