change hbs & glob path
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
const glob = require(path.resolve('node_modules', 'glob'));
|
||||
const glob = require('glob');
|
||||
|
||||
module.exports = (hbs, rootDir) => {
|
||||
glob
|
||||
|
||||
Reference in New Issue
Block a user