Last active
July 9, 2020 02:00
-
-
Save enesusta/72d0de3b7114eb83beeea6911bc99b95 to your computer and use it in GitHub Desktop.
rollup plugins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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