This repository was archived by the owner on Aug 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
This repository was archived by the owner on Aug 4, 2021. It is now read-only.
Project no longer builds #25
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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 workingSomething isn't working