Skip to content

Incompatibility typings with webpack 4.27.1 #110

@TheAifam5

Description

@TheAifam5

webpack-merge version: 4.1.5

TS Error:

TSError: ⨯ Unable to compile TypeScript: config/index.ts(11,5): error TS2345: Argument of type 'import("webui/node_modules/@types/webpack/index").Configuration' is not assignable to parameter of type 'import("webui/node_modules/@types/webpack-merge/node_modules/@types/webpack/index.d.ts").Configuration'. Types of property 'devtool' are incompatible. Type 'boolean | "eval" | "inline-source-map" | "cheap-eval-source-map" | "cheap-source-map" | "cheap-module-eval-source-map" | "cheap-module-source-map" | "eval-source-map" | ... 35 more ... | undefined' is not assignable to type 'boolean | "eval" | "inline-source-map" | "cheap-eval-source-map" | "cheap-source-map" | "cheap-module-eval-source-map" | "cheap-module-source-map" | "eval-source-map" | ... 33 more ... | undefined'. Type '"inline-cheap-source-map"' is not assignable to type 'boolean | "eval" | "inline-source-map" | "cheap-eval-source-map" | "cheap-source-map" | "cheap-module-eval-source-map" | "cheap-module-source-map" | "eval-source-map" | ... 33 more ... | undefined'. 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions