diff --git a/lib/builder/webpack/utils/lodash-loader.js b/lib/builder/webpack/utils/lodash-loader.js index 5c0e2f8f3..d574732f9 100644 --- a/lib/builder/webpack/utils/lodash-loader.js +++ b/lib/builder/webpack/utils/lodash-loader.js @@ -6,11 +6,6 @@ module.exports = function (source) { this.cacheable() } - // Skip .js files - if (/\.js$/.test(this.resourcePath)) { - return source - } - // The following part renders the tempalte with lodash as aminimalistic loader // // Get templating options