Skip to content

a starter project for folks looking to split their non-React-based Webpack 4 configurations - development + production

Notifications You must be signed in to change notification settings

JazzedAboutCoding/webpack-splitconfig-starter

Repository files navigation




Project Tree

.
├── src
│   ├── index.js
│   └── ...
│
├──  webpack.common.js
├──  webpack.dev.js
├──  webpack.prod.js
└── ...

Getting Started

Dependencies

  • Javascript: es2015

  • Node: 10.6.0

  • Dependency Resolver: NPM v6.6.0+


To get up and running with the Webpack 4: Split-Config Starter:

# Install Dependencies
npm install

# Build
npm run build:dev
npm run build:prod

View Full Tutorial

About

a starter project for folks looking to split their non-React-based Webpack 4 configurations - development + production

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published