Added new version of react-webpack-template as dependency. Now using React 0.14 as base.

This commit is contained in:
Chris
2015-10-12 08:28:43 +02:00
parent 57a2ac9325
commit ca3f923bf0
5 changed files with 14 additions and 11 deletions
@@ -1,6 +1,6 @@
'use strict';
import React from 'react/addons';
import React from 'react';
require('<%= style.webpackPath %>');