Skip to content

Releases: runner/generator-webpack

v3.0.1

18 Jan 08:54

Choose a tag to compare

  • improve message handling
  • use latest webpack

v2.0.0

07 Jun 09:50
809418d

Choose a tag to compare

  • fix indentations in clear task
  • fix const blocks
  • fix paths to build files in clear task
  • fix check in module task
  • add possibility to use hooks in watch task
  • fix var naming
  • fix compiler hooks applying in build task
  • rework config handling
  • simplify options handling
  • remove config and options from public generator properties
  • add node v12 to Travis CI
  • switch from var to const/let
  • update dependencies
  • correct generator.config sanitation

v1.1.0

20 Feb 10:50
355c6b4

Choose a tag to compare

  • update docs
  • add compiler hooks support
  • export config object from generator

v1.0.2

07 Aug 09:23
6ff866c

Choose a tag to compare

  • fix eslint warnings
  • rename and remove scoped packages
  • use cjs-eslint instead of @cjssdk/eslint-config
  • replaces package dependencies
  • correct repository url
  • correct runner package name in the example

v1.0.1

06 Jul 12:30
5f81039

Choose a tag to compare

  • fix crash on modules command
  • update webpack dependency

v1.0.0

07 Jun 14:12
fff1357

Choose a tag to compare

move code from spasdk/tasks repo and rework