mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-08-21 11:15:42 +08:00
Added changes to make pr compatible with coding guidelines.
This commit is contained in:
@@ -6,7 +6,7 @@ let path = require('path');
|
||||
let fs = require('fs');
|
||||
|
||||
// Set the base root directory for our files
|
||||
let baseRootPath = path.dirname(require.resolve("react-webpack-template"));
|
||||
let baseRootPath = path.dirname(require.resolve('react-webpack-template'));
|
||||
|
||||
module.exports = generator.Base.extend({
|
||||
|
||||
|
||||
Reference in New Issue
Block a user