Skip to content

Releases: jwanner83/liferay-npm-bundler-improved

2. Pre Release of #19 Refactoring

14 Feb 15:28
Compare
Choose a tag to compare
Pre-release
1.0.0-beta.13

#19 adding pnpm-lock.yaml to git

Pre Release of #19 Refactoring

14 Feb 15:26
Compare
Choose a tag to compare
Pre-release
1.0.0-beta.12

#19 adding pnpm-lock.yaml to git

Adding localization ability

16 Sep 12:42
b44d960
Compare
Choose a tag to compare
Pre-release

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

16 Sep 08:09
f57b686
Compare
Choose a tag to compare

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

15 Sep 09:30
e219d53
Compare
Choose a tag to compare
Pre-release

This version fixes the template issue #14, really.

Fixing Template issue

15 Sep 08:38
39dfac3
Compare
Choose a tag to compare
Fixing Template issue Pre-release
Pre-release

This version (hopefully) fixes the issue described in #14

Refactore and improve the whole thing

13 Sep 09:29
0d1e314
Compare
Choose a tag to compare
Pre-release

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

29 Jun 14:47
Compare
Choose a tag to compare
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

29 Jun 14:18
Compare
Choose a tag to compare

The main entry has to be used in the cleanup task.

Use main entry from package.json

29 Jun 14:14
Compare
Choose a tag to compare
Pre-release

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.