Skip to content

Commit

Permalink
cjsx-loader does not parse
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancho98 committed Dec 8, 2015
1 parent b472421 commit 9185d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Expand Up @@ -7,7 +7,7 @@ module.exports = {
module: {
loaders: [
{ test: /\.coffee$/, loader: "coffee-loader" },
{ test: /\.cjsx$/, loader: "coffee-jsx-loader" }
{ test: /\.cjsx$/, loader: "cjsx-loader" }
]
},
plugins: [
Expand Down

0 comments on commit 9185d5e

Please sign in to comment.