mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-27 17:16:57 +08:00
@@ -109,3 +109,4 @@ react-webpack-template is available under MIT-License and can therefore be used
|
||||
- Martin Jul (martin@mjul.com)
|
||||
- Stephan Herzog (sthzgvie@gmail.com)
|
||||
- Kashif Iqbal Khan
|
||||
- Ignat Shining (mail@igonato.com)
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
"babel-core": "^6.0.0",
|
||||
"babel-eslint": "^5.0.0-beta4",
|
||||
"babel-loader": "^6.0.0",
|
||||
"babel-polyfill": "^6.3.14",
|
||||
"babel-preset-es2015": "^6.0.15",
|
||||
"babel-preset-react": "^6.0.15",
|
||||
"bower-webpack-plugin": "^0.1.9",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
require('babel-polyfill');
|
||||
require('core-js/fn/object/assign');
|
||||
|
||||
// Add support for all files in the test directory
|
||||
|
||||
Reference in New Issue
Block a user