Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

READEME incorrect #181

Open
mlxiao93 opened this issue Sep 21, 2021 · 2 comments
Open

READEME incorrect #181

mlxiao93 opened this issue Sep 21, 2021 · 2 comments

Comments

@mlxiao93
Copy link

mlxiao93 commented Sep 21, 2021

image

'plugins': [
    new LodashModuleReplacementPlugin(),
    new webpack.optimize.UglifyJsPlugin()
 ]
@TbIKoBKa
Copy link

TbIKoBKa commented Oct 7, 2021

README.md was updated 3 years ago. That`s so sad ;(

@KhodeN
Copy link

KhodeN commented Dec 23, 2021

It's available in Js to use constructors without brackets (for constructors without arguments);

You can use

class A {
  constructor() {
      ....
  }
}

const a = new A;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants