Releases: jaredpalmer/backpack
Releases · jaredpalmer/backpack
v0.2.1
v0.2.0
- Pass thru the underlying
webpackinstance to users inbackpack.config.jsso they don't need to redownload webpack if they want to do things like add a plugin, etc.
v0.1.0
- Fixed #37 issue with relative paths and symlinks and
source-map-support. The initial solution in 0.0.9 modifiedwebpack.BannerPlugin()to print the absolute path tosource-map-support. While this solved an issue withlerna bootstrap, it created errors for people building on one server and running their app on another due to invalid paths. @ericclemmons and @sompylasar 's solution withprocess.cwd()now prints the correct path all the time. - Launched new slack signup page at https://palmer.chat
v0.0.9
- Add
babel-preset-backpack - Fix babel config when in test mode
v0.0.8
- Fix issue with lerna's symlinking and
source-map-support
v0.0.7
v0.0.6
- Add support for extending Backpack's default
babelconfig through a custom.babelrcfile - Add example for custom
babelconfig - Add example for adding Flow to Backpack
v0.0.5
- Change default output path from
./build/server/main.jsto just./build/main.js. This will make working with filesystem much easier as relative paths ofsrcandbuilddirectories will be congruent.
v0.0.4
- Add support for Jest by exposing
babel.js - Improve babel presets