Skip to content

Commit

Permalink
test(webpack.test): fix error - You may need an appropriate loader to…
Browse files Browse the repository at this point in the history
… handle this file type.
  • Loading branch information
kiki-le-singe committed Sep 8, 2016
1 parent f4e68f3 commit 2d12f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack/test.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const config = {
],
loaders: [
{
test: /\.js$/,
test: /\.js[x]?$/,
loader: 'babel',
include: [srcDir, testDir],
query: {
Expand Down

0 comments on commit 2d12f40

Please sign in to comment.