mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-08-30 11:23:47 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf2df82159 | ||
|
|
d729c3caa8 | ||
|
|
4f99a5a9db |
@@ -12,7 +12,7 @@ Out of the box it comes with support for:
|
||||
- Ability to unit test components via Karma and Mocha/Chai
|
||||
|
||||
## Changes in Version 2.0
|
||||
Tthis generator is written in ES2015. This means it is ___not compatible with node.js versions before 4.0___.
|
||||
This generator is written in ES2015. This means it is ___not compatible with node.js versions before 4.0___.
|
||||
|
||||
It also does __NOT__ include support for Flux-Frameworks anymore. Instead, we will use it as a base for other generators to build upon. This will make the base generator easier to use and update.
|
||||
|
||||
|
||||
@@ -91,6 +91,7 @@ module.exports = generator.Base.extend({
|
||||
let excludeList = [
|
||||
'LICENCE',
|
||||
'README.md',
|
||||
'CHANGELOG.md',
|
||||
'node_modules',
|
||||
'package.json'
|
||||
];
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "generator-react-webpack",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"description": "Yeoman generator for using React with Webpack via Babel",
|
||||
"keywords": [
|
||||
"yeoman-generator",
|
||||
|
||||
Reference in New Issue
Block a user