@fabalous/runtime-node
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -92,3 +92,3 @@ var path = require('path'); | ||
test: /\.(eot|woff|woff2|ttf|svg|png|jpg|mp3)$/, | ||
loader: `url-loader?limit=${getMaxFileSize()}&name=assets/[name]_${getGitHash()}.[ext]`, | ||
loader: `url-loader?limit=${getMaxFileSize()}&name=[name]_${getGitHash()}.[ext]&publicPath=../assets/&outputPath=../web/assets/`, | ||
include: [ | ||
@@ -95,0 +95,0 @@ path.join(__workDir, './src/') |
{ | ||
"name": "@fabalous/runtime-node", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"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
19660