Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Project no longer builds #25

Open
Open
@andrewcartwright1

Description

@andrewcartwright1

Hi there,

I have just pulled this down hoping to use it as boilerplate to help me get setup.

The project no longer builds due to a few errors in webpack.config.ts

Argument of type '{ cache: boolean; parallel: true; sourceMap: boolean; }' is not assignable to parameter of type 'TerserPluginOptions'.
  Object literal may only specify known properties, and 'cache' does not exist in type 'TerserPluginOptions'.
Property 'smart' does not exist on type '<Configuration extends object>(firstConfiguration: Configuration | Configuration[], ...configurations: Configuration[]) => Configuration'.
Argument of type '{ tslint: boolean; }' is not assignable to parameter of type 'ForkTsCheckerWebpackPluginOptions'.
  Object literal may only specify known properties, but 'tslint' does not exist in type 'ForkTsCheckerWebpackPluginOptions'. Did you mean to write 'eslint'?
Type 'ExtractCssChunksPlugin' is not assignable to type 'WebpackPluginInstance | ((this: Compiler, compiler: Compiler) => void)'.
  Type 'ExtractCssChunksPlugin' is not assignable to type '(this: Compiler, compiler: Compiler) => void'.
    Type 'ExtractCssChunksPlugin' provides no match for the signature '(this: Compiler, compiler: Compiler): void'.

Was just wondering if you have another up to date version of this boilerplate available? Thank you.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions