Merge branch 'master' of github.com:swagger-api/swagger-ui into ft/3003-version-info

This commit is contained in:
Kyle Shockey
2017-04-28 10:29:06 -07:00
15 changed files with 74 additions and 61 deletions

View File

@@ -26,7 +26,6 @@ module.exports = require('./make-webpack-config.js')({
// these libs need to be pulled in to keep that working.
var exceptionsForWebpack = ["ieee754", "base64-js"]
if(node_modules.indexOf(request) !== -1 || exceptionsForWebpack.indexOf(request) !== -1) {
console.log(request)
cb(null, 'commonjs ' + request)
return;
}