Skip to content

babblebey/webpack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack starter (a webpack boilerplate)

A webpack boilerplate project packed with Babel

Installation

Clone this repo and install all dependencies.

npm install

Usage

Development server

npm run serve

You can view the development server at localhost:9000.

Production build

npm run build

Features

Dependencies

webpack

Babel

  • @babel/core - Transpiles ES6/ES2015+ to backwards compatible JavaScript for cross-browser usage
  • @babel/preset-env - Smart preset for Babel

Loaders

  • babel-loader - Transpiles files with Babel through webpack

About

A webpack boilerplate project for modern JavaScript development packed with Babel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors