Skip to content

Releases: WeAreAthlon/frontend-webpack-boilerplate

Assets optimisation

02 Jan 16:37
Compare
Choose a tag to compare

Added

  • Minify and Uglify js webpack plugin - uglifyjs-webpack-plugin due to not consistent behavuour of the built-in webpack JS minimisation features.

Updated

  • autoprefixer package

Removed

  • uglify-es package

Latest Webpack and updated dependencies

31 Dec 10:21
Compare
Choose a tag to compare

Updated

  • README - more detailed setup and usage instructions
  • Webpack 4.28.3
  • NPM Audit fixed packages, after running npm audit fix

added 1 package from 1 contributor, removed 1 package and updated 7 packages
fixed 35 of 35 vulnerabilities in 9452 scanned packages

Added

Support for Webpack 4 and Babel 7, HTML loader and more

14 Dec 15:49
Compare
Choose a tag to compare

Updated

  • Support for Webpack 4;
  • Support for Babel 7;
    • Added .babelrc file for preset definitions.
  • Cleanup of dist directory upon build;

Added

  • Support for HTML template loading;
    • Default template included that illustrates custom font and image loaders.

Removed

  • Removed jQuery, it can be added per project basis if needed;

Dependencies update

14 Dec 11:03
Compare
Choose a tag to compare

What's new

  • Updated package dependencies;
  • Updated README file with information how to run js/css code linters;
  • Code style changes;
  • Package dependencies divided to dev and non-dev packages;
  • Updated default package name;

1.1.0 - jQuery support

10 Jul 14:22
Compare
Choose a tag to compare

What's new

  • jQuery support
    • Use $ or jQuery reference.

1.0.0

03 Jul 12:11
Compare
Choose a tag to compare

Initial release.