This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Releases: variejs/varie-bundler
Releases · variejs/varie-bundler
Updated Bundler to handle options better / Added new features
- Ability for web/service workers (webWorkers method)
- Webpackbar makes it look a bit nicer
- Added proxy method to easily add proxy urls
- Plugin method to add your own plugins easily with access to the bundlers methods / configs etc.
- Added new method for not cleaning certain files / folders (dontClean)
- Added Copy method to copy folders / files to dist folder
- Separated browsersync out for those who want to use it
- Added agressive splitting method to split chunks
Modern Bundler!
We have updated the bundler to allow a modern bundler. checkout our docs for more information.
Typescript Bug Fix
We have fixed a issue with typescript fork running in the wrong instances.
Middleware Fix
0.4.2-beta Updating to keep function names till we find a better fix for middlew…