Skip to content

Releases: cher-ami/webpack-base

v1.2.2

07 Oct 08:09
Compare
Choose a tag to compare

v1.2.1

22 Sep 13:12
Compare
Choose a tag to compare

Fixes:
#237 #238

v1.2.0

30 Aug 15:18
Compare
Choose a tag to compare

fix #234

Update all dependencies to there last version:

v1.1.0

30 Jun 14:01
Compare
Choose a tag to compare

#features

  • Update dependencies (#225)
  • Fix modules declaration (fix issue on hot reload) (#226)
  • Change file-loader publicPath (#227) - declare now full ASSETS_PATH (including APP_BASE)
  • add-tslib dependency
  • clean old babel plugins
    plugin removed :
    • @babel/plugin-proposal-class-properties
    • @babel/plugin-proposal-optional-chaining
    • @babel/plugin-proposal-export-default-from

v1.0.0

12 May 07:45
Compare
Choose a tag to compare

improvement

node tasks

  • Move index.html in src. Used by html-webpack-plugin (#205)
  • Can now add .htaccess default file in src, it ill be used instead of template file by prebuild-htaccess (#212)
  • Remove default raw-loader conf for svg (#200)
  • Scaffold unit test file as optional (#210)
  • Update prebuid-htaccess tasks in order to use easily outside of webpack-base (#211)
  • Improve dotenv-task - Not remove empty keys anymore (#209)
  • Update prettier config (#213)
  • Add babel glob array (#198)
  • Create framework unit test npm run test-framework

src

  • Rename mixin with lowercase file format
  • Add ratio.less and rename responsiveProperty() to .R()

fix

  • Fix Manifest webpack plugin and enable by default (#204)
  • Config husky v6 (#214)
  • Fix all dependencies (up to last versions)