@nestjs/cli 10.0.4 → 10.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.webpackDefaultsFactory = void 0;
4
- const ForkTsCheckerWebpackPlugin = require("fork-ts-checker-webpack-plugin");
5
4
  const path_1 = require("path");
6
5
  const tsconfig_paths_webpack_plugin_1 = require("tsconfig-paths-webpack-plugin");
7
6
  const defaults_1 = require("../../configuration/defaults");
@@ -84,6 +83,8 @@ const webpackDefaultsFactory = (sourceRoot, relativeSourceRoot, entryFilename, i
84
83
  ],
85
84
  };
86
85
  if (!isPluginRegistered) {
86
+ // eslint-disable-next-line @typescript-eslint/no-var-requires
87
+ const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
87
88
  webpackConfiguration.plugins.push(new ForkTsCheckerWebpackPlugin({
88
89
  typescript: {
89
90
  configFile: tsConfigFile,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestjs/cli",
3
- "version": "10.0.4",
3
+ "version": "10.0.5",
4
4
  "description": "Nest - modern, fast, powerful node.js web framework (@cli)",
5
5
  "publishConfig": {
6
6
  "access": "public"