fix: dependency

This commit is contained in:
Hamid Pourrabi
2023-06-01 13:14:43 +02:00
parent 5b1d4b5af0
commit 7e8484a9ba
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ const schema = {
}
function mkDirP(dir) {
// this.addDependency(dir)
this.addDependency(dir)
const baseDir = "/"
dir.split(path.sep).reduce((parent, child) => {
const full = path.resolve(baseDir, parent, child)

View File

@@ -1,6 +1,6 @@
{
"name": "chrome-url-loader",
"version": "1.3.0",
"version": "1.3.1",
"description": "chrome extension URL loader for webpack",
"main": "index.js",
"repository": "https://github.com/chenasraf/chrome-url-loader.git",