mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
[FIX] webpack.config.common.js path bug
Fixes issue https://github.com/a2nt/silverstripe-webpack/issues/1
This commit is contained in:
parent
c4cf6674bd
commit
234f54b8c1
@ -12,7 +12,7 @@ const includes = {
|
||||
};
|
||||
|
||||
const _getAllFilesFromFolder = function(dir) {
|
||||
dir = path.join(__dirname, dir);
|
||||
dir = path.resolve(__dirname, dir);
|
||||
|
||||
const filesystem = require('fs');
|
||||
let results = [];
|
||||
|
Loading…
Reference in New Issue
Block a user