Skip to content

Instantly share code, notes, and snippets.

@enesusta
Last active July 9, 2020 02:00
Show Gist options
  • Save enesusta/72d0de3b7114eb83beeea6911bc99b95 to your computer and use it in GitHub Desktop.
Save enesusta/72d0de3b7114eb83beeea6911bc99b95 to your computer and use it in GitHub Desktop.
rollup plugins
npm install @rollup/plugin-node-resolve --save-dev
npm install @rollup/plugin-commonjs --save-dev
npm install @rollup/plugin-babel --save-dev
npm install [email protected] --save-dev
npm i -D [email protected]
yarn add --dev [email protected]
npm install --save-dev @babel/core
npm install --save-dev @babel/preset-env
npm install --save-dev @babel/preset-react
npm install rollup-plugin-typescript2 typescript --save-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment