Remove extension vendor directory

This commit is contained in:
hensm
2019-03-18 15:50:54 +00:00
parent 2669274ccb
commit 10bcf7a0d9
2 changed files with 0 additions and 17 deletions

File diff suppressed because one or more lines are too long

View File

@@ -57,11 +57,6 @@ module.exports = (env) => ({
return content;
}
}
, {
// Copy vendor dir
from: path.join(env.includePath, "vendor")
, to: path.join(env.outputPath, "vendor")
}
])
]
, module: {