Releases: makeshift-array/build-tools
Releases · makeshift-array/build-tools
v1.2.0
v1.1.0
Minor Release
Updates
- Remove stage-2 from
babelrc
and addstage-0
so we can take advantage of function binding. - Add global object in
eslint
and add DEV and module - Add gulp load plugins to the build to allow auto loading of plugins
- Separate out tasks in a gulp/tasks folder for separation of concerns and scalability.
- Add bridge.js file to load all plugins and pass appropriate settings to each task.
- Add gulp util for coloration and
beepbeep
for notification once the build is done. - Add webpack progress bar plugin so we can see the status of a distribution build when webpack is running.
- Refactor
gulpfile.babel.js
to use gulp load plugins and update the tasks to use utils - Add DEV to webpack so we can easily decide which code gets ripped out when doing prod builds
- Add example of using DEV in Github.js class
Breaking changes
- None