secretyouth / react-datez

An easy to use, customizable mobile-friendly datepicker.
MIT License
126 stars 25 forks source link

solved some deprecated libraries issues and upgrade webpack2 to webpack4 #46

Closed Jeongyong-park closed 4 years ago

Jeongyong-park commented 4 years ago
  1. changed webpack 2 to webpack4

  2. changed postcss-cssnext to scss

  3. almost dependent libarary upgraded and yarn audit passed

    • solved security issue of express #43
  4. replaced deprecated libraries to new libararies

    • extract-text-webpack-plugin => mini-css-extract-plugin
    • postcss-cssnext=>scss
  5. babel plugin added for IE11 support