Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Global code improvements

Choose a tag to compare

@Olyno Olyno released this 27 Oct 18:16

Description

This release contains a lot of better code, and a better CLI. Questions are smarter, and useless questions have been removed.

Patch

Breaking changes

  • Remove PostCSS question: replaced with multiselect plugins question
  • Remove Font Magician question: replaced with multiselect plugins question
  • Rename project create-snowpack-app-interactive (with shortcut csai)
  • Change default port to 8080

Features

  • Add the . path support
  • Add the possibility to add multiple plugins in 1 question (instead of 1 question per plugin)

Fix

  • Fix PostCSS issue with autoprefixer
  • Fix Typescript question typo (Thanks @gr2m)