@fabalous/runtime-node
Advanced tools
Comparing version 0.0.50 to 0.0.51
@@ -64,27 +64,12 @@ var path = require('path'); | ||
stats: { | ||
colors: true, | ||
hash: false, | ||
version: true, | ||
timings: true, | ||
assets: false, | ||
chunks: false, | ||
modules: false, | ||
reasons: false, | ||
children: false, | ||
source: false, | ||
errors: true, | ||
errorDetails: true, | ||
warnings: false, | ||
publicPath: false | ||
}, | ||
stats: "minimal", | ||
module: { | ||
loaders: [ | ||
rules: [ | ||
{ | ||
include:[ | ||
path.join(__workDir, './src/') | ||
], | ||
test: /\.tsx?$/, | ||
loader: 'ts-loader?configFile='+path.join(__workDir, './node_modules/@fabalous/runtime-node/config/tsconfig.node.json') | ||
loader: 'ts-loader', | ||
query: { | ||
transpileOnly: true, | ||
configFile:path.join(__workDir, getCache()) | ||
} | ||
}, | ||
@@ -91,0 +76,0 @@ { |
{ | ||
"name": "@fabalous/runtime-node", | ||
"version": "0.0.50", | ||
"version": "0.0.51", | ||
"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
21849
431