Releases: static-dev/spike-core
Releases · static-dev/spike-core
v0.0.10
v0.0.9
- Performance increase from shared glob finding between plugins
.sssaccepted as an extension for css by default, since it is our default- Better handling for postcss options, now accepts parser, syntax, stringifier, and plugins
- No more inaccurate source maps with the npm source
- Fixed a very nasty bug with module resolution that caused errors when roots-mini was installed and used programmatically alongside other modules, rather than globally or locally.
v0.0.6
v0.0.5
- exposes
pluginsconstructor option to accept webpack plugins - dependencies from your HTML are better tracked (e.g if you include an
<img src='foo.jpg'>on yourindex.jade, that image becomes a tracked dependency ofindex.jadewithin webpack) - adds
roots.clean()to the JS API androotsmini cleanto the CLI which will remove youroutput.pathfor you
v0.0.4
- better watcher defaults for browsersync
- includes static webpack loader for your binary + image files
- jade now properly compiles
- we use postcss-import for
@import '_fooby default