Releases: static-dev/spike-core
Releases · static-dev/spike-core
v0.0.10
v0.0.9
- Performance increase from shared glob finding between plugins
.sss
accepted 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
plugins
constructor 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.jade
within webpack) - adds
roots.clean()
to the JS API androotsmini clean
to the CLI which will remove youroutput.path
for 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 '_foo
by default