vedashree1002 / Sol1-webpack-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sol1-webpack-config

webpack configurations fulfills the folowing requirements:(Check rules section)

  1. Has a single js file as entry point
  2. Handles JS/ JSX/ React extensions and outputs a single ES5 bundle with a unique hash
  3. Handles SCSS and outputs a normal css . 4.Handles all image extensions and returns a link .
  4. Handles a SVG file , returns a base 64 data encoded string if the file <1mb and links to another file otherwise

About


Languages

Language:JavaScript 100.0%