Skip to content

Commit

Permalink
qs mudule must be transpiled to es5
Browse files Browse the repository at this point in the history
see babel/babel-loader#171 for details
  • Loading branch information
ikido committed Jan 19, 2016
1 parent 83c19b4 commit c089184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
loaders: [
{
test: /\.js$/,
exclude: /node_modules/,
exclude: /node_modules\/(?!qs)/,
loader: 'babel',
query: {
presets: ['es2015', 'stage-0']
Expand Down

0 comments on commit c089184

Please sign in to comment.