This repository has been archived by the owner on Nov 15, 2017. It is now read-only.
Releases: sebastian-software/edgestack
Releases · sebastian-software/edgestack
Release 0.4.2
Release 0.4.1
- Added file-loader for referencing binary files from within CSS/JS. (02c131b)
Release 0.4.0
- Updated deps (051d16c)
- Cleanup wrongly merged (59a9673)
- Merged in changes from origin (db36ddf)
- Merged in changes from origin (17844fd)
- Corrected engines config (436d9a9)
- Merged in changes from origin (128caa4)
- Restructured for more modular dev server which allows being used by other projects. (10813b9)
- Splitted devServer into individual classes + utility library (WIP) (2d16dac)
- Adds support for webpack bundle analysis. (dcab988)
- Updates webpack and extract-text-webpack-plugin to latest betas. (fdd4ad0)
- Adds '.jsx' as a resolvable file extension. (1a9de19)
- Adds node version to 'engines' section of package.json (6c32431)
- Updates webpackConfigFactory.js comments. (d910637)
Release 0.3.3
Release 0.3.2
- Removed further usage of __dirname which makes problems when imported. (950dd02)
Release 0.3.1
Release 0.3.0
- Replaced postcss plugin loading with manual mapping. After tried different approaches the only way being webpack compatible is to either use loadPlugins or require outside a for-loop (unfortunately). Load Plugins only works with locally installed deps though which does not work when this project is included in another project for centralized tooling. (5fda490)
- Using local path for index.js - based on context of webpack... this is an essential step for making importing this project feasible (120af2f)
Release 0.2.6
- Merged devDeps into deps to make boilerplate usable for importing tooling infrastructure (b48fc8d)