mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-08-30 11:23:47 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6b9e24c85a | ||
|
|
561e072a9c |
@@ -1,5 +1,8 @@
|
||||
# generator-react-webpack - Changelog
|
||||
|
||||
## 3.2.4
|
||||
1. Added whitespaces to generated unit tests (made problems when using it with various eslint rules)
|
||||
|
||||
## 3.2.3
|
||||
|
||||
1. Adjusted postcss to work with react-webpack-template 1.4 upwards
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*eslint-env node, mocha */
|
||||
/*global expect */
|
||||
/*eslint no-console: 0*/
|
||||
/* eslint-env node, mocha */
|
||||
/* global expect */
|
||||
/* eslint no-console: 0 */
|
||||
'use strict';
|
||||
|
||||
// Uncomment the following lines to use the react test utilities
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "generator-react-webpack",
|
||||
"version": "3.2.3",
|
||||
"version": "3.2.4",
|
||||
"description": "Yeoman generator for using React with Webpack via Babel",
|
||||
"keywords": [
|
||||
"yeoman-generator",
|
||||
|
||||
Reference in New Issue
Block a user