xuzhan
xuzhan
I have the same problem.And this resolve my problem.
> hm, seems like a reasonable change. Sorry for not getting back to you in time @shabbywu > > Do you see any visible problems with the current behaviour (...
``` function bundleOne(moduleId, exclude) { console.log(moduleId) return rjs({ baseUrl: '/out/', name: 'vs/language/vue/' + moduleId, out: moduleId + '.js', exclude: exclude, paths: { 'vs/language/vue': __dirname + '/out' }, packages: [{ name:...