Releases: jwanner83/liferay-npm-bundler-improved
Releases · jwanner83/liferay-npm-bundler-improved
2. Pre Release of #19 Refactoring
1.0.0-beta.13 #19 adding pnpm-lock.yaml to git
Pre Release of #19 Refactoring
1.0.0-beta.12 #19 adding pnpm-lock.yaml to git
Adding localization ability
This release contains the functionality to have localization support. It also cleans up the examples quite a bit.
Cleanup Examples and fix process.env is undefined
This release contains a cleanup of the example modules and adds a fix for the process.env is undefined
error. See #13 for more information.
Fixing Template issue - Round 2
This version fixes the template issue #14, really.
Fixing Template issue
This version (hopefully) fixes the issue described in #14
Refactore and improve the whole thing
This release includes a whole rewrite of the module with many improvements. To see, what has been done, please read here #4
Fixing implementation of main entry point
1.0.0-beta.6 fixing implementation of main entry point and updating to beta 6
Use main entry from package.json in cleanup tasks
The main entry has to be used in the cleanup task.
Use main entry from package.json
Previously, the bundled js file always had to have the name index.js. Otherwise it wouldn't work. Now, the main entry is defined in the package.json file with the main
field.