react-webpack-template
Advanced tools
Comparing version 1.4.0 to 1.5.0
# react-webpack-template - Changelog | ||
## 1.5.0: | ||
1. Added babel polyfill to tests per default (provided by [Igonato](https://github.com/Igonato)) | ||
2. Updated eslint to version 2.0 | ||
3. Updated glob package to version 7.0 | ||
## 1.4.0: | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "react-webpack-template", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "A base skeleton template for react and webpack without task runners", | ||
@@ -40,4 +40,5 @@ "main": "server.js", | ||
"babel-core": "^6.0.0", | ||
"babel-eslint": "^5.0.0-beta4", | ||
"babel-eslint": "^5.0.0", | ||
"babel-loader": "^6.0.0", | ||
"babel-polyfill": "^6.3.14", | ||
"babel-preset-es2015": "^6.0.15", | ||
@@ -49,7 +50,7 @@ "babel-preset-react": "^6.0.15", | ||
"css-loader": "^0.23.0", | ||
"eslint": "^1.2.1", | ||
"eslint": "^2.0.0", | ||
"eslint-loader": "^1.0.0", | ||
"eslint-plugin-react": "^3.3.0", | ||
"eslint-plugin-react": "^4.0.0", | ||
"file-loader": "^0.8.4", | ||
"glob": "^6.0.0", | ||
"glob": "^7.0.0", | ||
"isparta-instrumenter-loader": "^1.0.0", | ||
@@ -56,0 +57,0 @@ "karma": "^0.13.9", |
@@ -112,1 +112,2 @@ # Welcome to react-webpack-template | ||
- Kashif Iqbal Khan | ||
- Ignat Shining (mail@igonato.com) |
'use strict'; | ||
require('babel-polyfill'); | ||
require('core-js/fn/object/assign'); | ||
@@ -4,0 +5,0 @@ |
Sorry, the diff of this file is not supported yet
44213
422
113
36