Skip to content

Commit

Permalink
Target hpq for Babel include
Browse files Browse the repository at this point in the history
Defines module, otherwise left as ES6
  • Loading branch information
aduth authored and youknowriad committed Mar 24, 2017
1 parent e20441a commit 09bf3d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ const config = {
},
{
test: /\.js$/,
exclude: /node_modules/,
include: [
__dirname + '/modules',
__dirname + '/node_modules/hpq'
],
use: 'babel-loader'
},
{
Expand Down

0 comments on commit 09bf3d1

Please sign in to comment.