mirror of
https://github.com/chenasraf/chrome-url-loader.git
synced 2026-05-18 01:49:02 +00:00
fix: dependency
This commit is contained in:
2
index.js
2
index.js
@@ -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)
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user