Merge branch '12667-migrate-rails-js' into 12673-static

pull/12784/head
Carlos Matallín 7 years ago
commit e8fbcda471

@ -78,15 +78,8 @@ module.exports = {
target: 'web',
node: {
fs: 'empty',
net: 'empty',
tls: 'empty'
},
stats: 'normal',
resolve: {
alias: {
'http': path.resolve('./node_modules/http-browserify/index.js')
}
}
stats: 'normal'
};
return cfg;

Loading…
Cancel
Save