Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nestjs/nest-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.0.4
Choose a base ref
...
head repository: nestjs/nest-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.0.5
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 26, 2023

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    kamilmysliwiec Kamil Mysliwiec
    Copy the full SHA
    2214264 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    kamilmysliwiec Kamil Mysliwiec
    Copy the full SHA
    19bb1df View commit details
Showing with 6 additions and 4 deletions.
  1. +3 −1 lib/compiler/defaults/webpack-defaults.ts
  2. +2 −2 package-lock.json
  3. +1 −1 package.json
4 changes: 3 additions & 1 deletion lib/compiler/defaults/webpack-defaults.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
import { join } from 'path';
import { TsconfigPathsPlugin } from 'tsconfig-paths-webpack-plugin';
import { defaultConfiguration } from '../../configuration/defaults';
@@ -92,6 +91,9 @@ export const webpackDefaultsFactory = (
};

if (!isPluginRegistered) {
// eslint-disable-next-line @typescript-eslint/no-var-requires
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');

webpackConfiguration.plugins!.push(
new ForkTsCheckerWebpackPlugin({
typescript: {
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs/cli",
"version": "10.0.4",
"version": "10.0.5",
"description": "Nest - modern, fast, powerful node.js web framework (@cli)",
"publishConfig": {
"access": "public"