/basic-webpack-babel-template

provides a basic setup with babel 7 and webpack

Primary LanguageJavaScript

Basic Webpack 4 Babel 7 Setup

Install dependencies

$ npm install
$ yarn install

Build

$ npm build
$ yarn build

Test

$ npm test
$ yarn test