Releases: teclone/rollup-all
Releases · teclone/rollup-all
v1.4.1
v1.4.0
v1.3.1
v1.3.0
v1.2.0
v1.1.0
v1.0.0
1.0.0 (2018-07-16)
Bug Fixes
- run check for the presence of the main module, else default to dirname path (a36da68)
Features
- add a getConfig method that returns the final build config for each module's build kind cum ug (ddd9d38)
- add a getEntryPath method that inspects the run path and extracts the project root directory (c510e2f)
- add a getExternalModules method that returns the a map of all the modules containing each modu (ae1880b)
- add a getModules method that recursively iterates through the src directory and returns an arr (bf121c1)
- add a regex resolver method to help include, exclude regex patterns as defined in the build co (30eda8a)
- add an "externalModules" entry config array to our localized default build config file. (6b2a690)
- add dist build feature to the exported config (393c4f1)
- add more config entries to our localized default build rc json config file. (d03bfa7)
- add more config options to our build localized config file. enable separated dist and lib buil (469211a)
- create a getExports method that iteratively walks through all modules and returns the build co (9895376)
- create a Util modules that offers useful utility functions to other project modules (9a58284)
- create localized build config rc json file that defines default build configuration settings (5b9ac04)
- create the bundler module with bare components (7cc1a60)
- create the main export/entry file. these is the API facing end that is used to interact with t (7095bde)