Skip to content

Latest commit

 

History

History
executable file
·
18 lines (17 loc) · 689 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
18 lines (17 loc) · 689 Bytes

Changelog

All notable changes to GULP WEBPACK STARTER will be documented in this file.

1.2.0 - 2017-05-12

Added

  • .eslint
  • .editorconfig
  • CHANGELOG.md

Changed

  • Documentation
  • Code improved
  • Config.json replced to /tasks/
  • webpackConfig.js renamed to webpack.config.js and replaced to folder up
  • Name of run task: yarn dev > yarn stard, yarn pro > yarn build
  • babel-preset-es2015 to babel-preset-env

Fixed