Skip to content

A simple lightweight TypeScript + Babel + Webpack project.

Notifications You must be signed in to change notification settings

brunolm/typescript-babel-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript + Babel + Webpack

A simple lightweight TypeScript + Babel + Webpack project.

Each tag in this project increments the complexity adding more features. So check the earlier tags for simple stuff.

Run

npm install
npm run build
npm start

Setup

To create this project I went through some steps:

  • npm init
  • npm installs
    • DevDependencies
      • npm install -D @types/node
      • npm install -D babel-core
      • npm install -D babel-loader
      • npm install -D babel-polyfill
      • npm install -D babel-preset-es2015
      • npm install -D babel-preset-stage-0
      • npm install -D rimraf
      • npm install -D ts-loader
      • npm install -D typescript
      • npm install -D webpack
  • tsc -init
    • tsconfig.json
      • "target": "es6",

Troubleshoot

error TS2304: Cannot find name 'regeneratorRuntime'.

About

A simple lightweight TypeScript + Babel + Webpack project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages