dimakruhlyi / webpack-assembly

This is a basic webpack assembly that can be used for different projects. Includes different rules such as plugins, files compression, babel, compiling different file types.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack assembly

This repository contains basic webpack assembly. The main file with all rules is webpack.config.js.

Tech Stuff

  • JavaScript
  • Webpack
  • NPM

Features

This assembly includes:

  • files compression
  • work with files, .json, font, styles (css, less, sass), .xml and .csv files
  • webpack dev server
  • babel, plugins for babel
  • compiling .jsx and .ts files
  • eslint
  • webpack-bundle-analyzer

About

This is a basic webpack assembly that can be used for different projects. Includes different rules such as plugins, files compression, babel, compiling different file types.


Languages

Language:JavaScript 77.8%Language:TypeScript 6.7%Language:CSS 6.5%Language:HTML 4.3%Language:Less 2.4%Language:SCSS 2.4%