frontend-webpack-boilerplate

Simple starter webpack 5 project template supporting SASS/PostCSS, Babel ES7, browser syncing, code linting. Easy project setup having multiple features and developer friendly tools.

MIT License

Downloads
89
Stars
727
Committers
7

Bot releases are visible (Hide)

frontend-webpack-boilerplate - Assets optimisation

Published by pnikolov almost 6 years ago

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
frontend-webpack-boilerplate - Latest Webpack and updated dependencies

Published by pnikolov almost 6 years ago

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

frontend-webpack-boilerplate - Support for Webpack 4 and Babel 7, HTML loader and more

Published by pnikolov almost 6 years ago

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;
frontend-webpack-boilerplate - Dependencies update

Published by pnikolov almost 6 years ago

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;
frontend-webpack-boilerplate - 1.1.0 - jQuery support

Published by pnikolov over 7 years ago

What's new

  • jQuery support
    • Use $ or jQuery reference.
frontend-webpack-boilerplate - 1.0.0

Published by pnikolov over 7 years ago

Initial release.