mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
Added changes to make pr compatible with coding guidelines.
This commit is contained in:
parent
e7bbcb1fe7
commit
6a3da576fa
@ -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({
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user