Skip to content

Conversation

@andrienko
Copy link

@andrienko andrienko commented Oct 27, 2019

  • relpaced rollup-plugin-typescript with rollup-plugin-typescript2, which is more actively maintained - so it now builds again
  • removed rollup-plugin-babel which was not used
  • added tslint dev dependency, so npm run lint works without globally installing tslint
  • updated versions

@attackgoat
Copy link

It appears the andrienko:updated-version branch has also fallen behind, in 2021. To get this building again, try something like:

"devDependencies": {
    "rollup": "^2.38.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-typescript": "^1.0.1",
    "tslib": "^2.1.0",
    "typescript": "^4.1.3"
},

@adamwong246
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants