@cypress/webpack-batteries-included-preprocessor
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -73,3 +73,6 @@ const path = require('path') | ||
config.resolve.extensions = config.resolve.extensions.concat(['.ts', '.tsx']) | ||
config.resolve.plugins = [new TsconfigPathsPlugin({ configFile })] | ||
config.resolve.plugins = [new TsconfigPathsPlugin({ | ||
configFile, | ||
silent: true, | ||
})] | ||
} | ||
@@ -76,0 +79,0 @@ |
{ | ||
"name": "@cypress/webpack-batteries-included-preprocessor", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Cypress preprocessor for bundling JavaScript via webpack with dependencies included and support for various ES features, TypeScript, and CoffeeScript", | ||
@@ -5,0 +5,0 @@ "private": false, |
8439
92