Skip to content

Commit

Permalink
React support for #623
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer authored and geoffp committed Feb 23, 2018
1 parent d3600c8 commit 4dbca68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/patternengine-node-react/lib/engine_react.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function moduleCodeString(pattern) {
var engine_react = {
engine: React,
engineName: 'react',
engineFileExtension: '.jsx',
engineFileExtension: ['.jsx', '.js'],

// hell no
expandPartials: false,
Expand Down

0 comments on commit 4dbca68

Please sign in to comment.