1.0.2 • Published 3 years ago

first-babel-demo v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Babel-setup

Sample Project For setting up Babel in Javascript project Pre-Requistive

Download three dev-dependencies

  • @babel/cli : used to compile from commandline
  • @babel/core : Used for understand the babelrc
  • @babel/preset-env

Steps

  • Create a ==.babelrc== file at the root level

      {"preset" :["@babel/preset-env"]}
  • npm init to initialzing package.json

    • open it

      • put this script for compilation

          "script":
          {  
            
             "build" : /"babel <targeted-file> -o <destination-file>",  
        
             "start" : "npm run build && nodemon prd/index.js"
          }
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago