@fabalous/runtime-node
Advanced tools
Comparing version 0.0.20 to 0.0.23
@@ -8,2 +8,10 @@ var path = require('path'); | ||
function getGitHash(){ | ||
try { | ||
return __gitHash; | ||
} catch (e){ | ||
return ""; | ||
} | ||
} | ||
var nodeModules = {}; | ||
@@ -85,3 +93,3 @@ fs.readdirSync('node_modules') | ||
test: /\.(eot|woff|woff2|ttf|svg|png|jpg|mp3)$/, | ||
loader: `url-loader?limit=${getMaxFileSize()}&name=assets/[name].[ext]`, | ||
loader: `url-loader?limit=${getMaxFileSize()}&name=assets/[name]_${getGitHash()}.[ext]`, | ||
include: [ | ||
@@ -88,0 +96,0 @@ path.join(__workDir, './src/') |
{ | ||
"name": "@fabalous/runtime-node", | ||
"version": "0.0.20", | ||
"version": "0.0.23", | ||
"description": "Fabalous Node runtime", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
19556
418