Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 2.28 KB

CHANGELOG.md

File metadata and controls

65 lines (42 loc) · 2.28 KB

2020-07-27

Bug Fixes

  • move detect_port! into dev command (b93f029)
  • add sourcing of docker.env (66838ac)

2020-07-26

Features

  • add postcss packages (783adf8)
  • allow for an encapsulated postcss & babel config (f95e15a)
  • add @snowpack/babel-plugin-package-import for transforming imports (596df4a)
  • add postcss and babel config attrs to configuration (f0d51b6)
  • add @snowpack/plugin-babel to generator (3a7d872)
  • generate configs with generator (1906a31)
  • add babel and postcss configs to templates (a0b0ec4)

Bug Fixes

  • config

    • fix issue with configuration.rb, generate config (3d6a8f1)
  • generator

    • now properly generates files (ba62564)
  • use the preset node_env prior to setting one. (abe788a)

  • Env now respects user set env vars (588b41f)

2020-07-24

Features

  • add an example of using stylesheet link tags (889f241)
  • add a mount directory configuration (c8556d7)
  • add a compile rake task (607ef29)
  • updating templates (e126948)
  • rewrite snowpack.config to js format (e6f89aa)
  • allow users to define a hostname and port (95ff03b)
  • add rack-proxy for proxy requests (8635324)
  • add snowpacks to example directory (bb3f1e9)
  • have the runner specify a node_env (5f97e9a)
  • modify generators and update readme (a305177)
  • Add a prior-to-install directory (fbca36d)
  • add docker (945d27b)

Bug Fixes

  • gitignore to ignore node_modules (e1ee78d)

  • remove parcel-bundler, remove .travis.yml (08ecb2a)

  • gitignore