mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-09 11:22:44 +08:00
Added changelog for 3.2.3 (adjusted postcss config to work with new react-webpack-template).
This commit is contained in:
@@ -138,7 +138,7 @@ module.exports = generator.Base.extend({
|
||||
install: function() {
|
||||
if(this.postcss) {
|
||||
let postcss = require('./postcss');
|
||||
postcss.write(path.join(this.destinationRoot(), 'cfg/base.js'));
|
||||
postcss.write(path.join(this.destinationRoot(), 'cfg/defaults.js'));
|
||||
}
|
||||
|
||||
if(!this.options['skip-install']) {
|
||||
|
||||
Reference in New Issue
Block a user