node-file-path-loader
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -13,4 +13,4 @@ const path = require("path"); | ||
let outputPath = options.outputPath | ||
? path.join(options.outputPath, filename) | ||
const outputPath = options.outputPath | ||
? path.posix.join(options.outputPath, filename) | ||
: filename; | ||
@@ -17,0 +17,0 @@ |
{ | ||
"name": "node-file-path-loader", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A webpack loader that get the absolute path of file imported at runtime.", | ||
@@ -20,3 +20,5 @@ "main": "index.js", | ||
], | ||
"scripts": {}, | ||
"scripts": { | ||
"set-version": "npm version --no-git-tag-version --allow-same-version" | ||
}, | ||
"author": "mokuo", | ||
@@ -23,0 +25,0 @@ "bugs": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4151