Skip to content

Commit

Permalink
Fix node 6 build (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
rozetko authored and jonyrock committed Oct 7, 2019
1 parent 4cb3f0d commit e116406
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/build/webpack.614.prod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ module.exports = {
test: /\.js$/,
use: [
{ loader: 'babel-loader' }
],
]
},
{
test: /\.node$/,
use: [
{ loader: './build/node-loader' }
Expand Down

0 comments on commit e116406

Please sign in to comment.