Skip to content

Commit

Permalink
Backward compatibility build for React 15.x
Browse files Browse the repository at this point in the history
  • Loading branch information
TroyAlford committed Mar 2, 2019
1 parent 4ea05c1 commit 2e04cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/react-jsx-parser.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const plugins = []
if (PRODUCTION) {
plugins.push(
new webpack.DefinePlugin({ 'process.env.NODE_ENV': JSON.stringify(ENVIRONMENT) }),
new webpack.optimize.ModuleConcatenationPlugin(),
new webpack.optimize.ModuleConcatenationPlugin()
)
}

Expand Down

0 comments on commit 2e04cb4

Please sign in to comment.