Creating config files for webpack and babel can be an hell of stress, this NPM package helps you get started with writing code as soon as possible by abstracting the whole process of creating config files for webpack and babel. Get started with using modern javascript tooling easier and faster.
- No Extra Installation Needed
- All Webpack & Babel Packages & Plugins Pre-Installed
- All Configurations Already Pre-Written
- Get On With Coding As Quick As Possible
You need Node.js & NPM installed before making us of this package, easily do so here Install Here
$ npm init
$ npm i modernize.js
const modernize = require('modernize.js')
modernize()
import modernize from 'modernize.js'
modernize()
"dev": "webpack --mode development",
"build": "webpack --mode production",
"start": "webpack-dev-server --mode development --open"
$ node test.js
- Fork the code to your repository
- Make Changes and Send PR
This project is licensed under the MIT License