Skip to content

Releases: static-dev/spike-core

v2.2.0

28 Jul 01:05
Compare
Choose a tag to compare
  • Update webpack version
  • Spike now sets process.env.SPIKE_ENV to match your environment when using environment configs

v2.1.1

25 Jul 18:44
Compare
Choose a tag to compare
  • Small patch correcting the behavior of multi html output writes

v2.1.0

21 Jul 22:11
Compare
Choose a tag to compare
  • Adds support for multi-file outputs from a single template through the reshape loader 🙌

v2.0.2

21 Jul 21:30
Compare
Choose a tag to compare
  • Dependency updates

v2.0.1

21 Jul 21:30
Compare
Choose a tag to compare
  • Minor dependency updates and edge error reporting fixes

v2.0.0

30 Jun 16:21
Compare
Choose a tag to compare
  • This is a major version bump because it upgrades webpack to 3.0.0, which is a major version boost for webpack, and spike is built on top of webpack, so you might see issues if you are running a more complex build. That being said, we haven't seen any issues in our testing, so try the upgrade locally and if something breaks please file an issue and roll back 😁
  • The good news is that you can now use webpack's scope hoisting! It's as easy as adding this single line to your config. Give it a shot!
  • Official release here

v1.3.0

04 May 21:39
Compare
Choose a tag to compare
  • Upgrade webpack to latest version
  • Upgrade spike-util to a version that should actually work on windoge

v1.2.0

03 May 16:56
Compare
Choose a tag to compare
  • Tentatively working with windows! 🎉

v1.1.0

26 Apr 20:44
Compare
Choose a tag to compare
  • Bring dependencies up to date
  • This eliminates the annoying parseQuery deprecation warning that used to come from babel-loader

v1.0.0

05 Apr 18:41
Compare
Choose a tag to compare