wallaby-webpack
Advanced tools
Comparing version 3.9.4 to 3.9.5
@@ -313,2 +313,7 @@ 'use strict'; | ||
var isOptionsSchemaEnforced = !!this._webpack.validate; | ||
var hasMode = !!this._webpack.web; | ||
if (hasMode) { | ||
this._opts.mode = 'none'; | ||
} | ||
var mergedOpts = _.merge({}, this._opts, mandatoryOpts); | ||
@@ -348,2 +353,5 @@ | ||
compilation.cache = self._compilationCache; | ||
self._compilationFileTimestamps.get = function (f) { | ||
return self._compilationFileTimestamps[f]; | ||
}; | ||
compilation.fileTimestamps = self._compilationFileTimestamps; | ||
@@ -432,2 +440,3 @@ self._moduleTemplate = (compilation.moduleTemplates && compilation.moduleTemplates.javascript) || compilation.moduleTemplate; | ||
if (m.meta && m.meta['aurelia-id']) return m.meta['aurelia-id']; | ||
if (m.buildMeta && m.buildMeta['aurelia-id']) return m.buildMeta['aurelia-id']; | ||
if (testFile || !_.isNumber(m.id) || isEntryFile) return m.resource; | ||
@@ -434,0 +443,0 @@ return m.id; |
{ | ||
"name": "wallaby-webpack", | ||
"version": "3.9.4", | ||
"version": "3.9.5", | ||
"description": "Webpack postprocessor for wallaby.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
23289
471