Skip to content

Releases: glints-dev/hapi-webpack-dev-server-plugin

Use commonjs module system

09 Nov 20:26
Compare
Choose a tag to compare

The previous release mistakenly provided only ES modules. Since we are targeting Node.js, we should use commonjs instead.

Fix peerDependencies

09 Nov 19:53
Compare
Choose a tag to compare

The previous release had a peerDependency that pointed to the hapi package. Since hapi has been moved to @hapi/hapi, we should use that as a peerDependency instead.

Use @types/hapi__hapi

09 Nov 19:51
Compare
Choose a tag to compare

Hapi has changed their package from hapi from @hapi/hapi. Update the typings to match this.

Use commonjs module system

09 Nov 20:27
Compare
Choose a tag to compare

The previous release mistakenly provided only ES modules. Since we are targeting Node.js, we should use commonjs instead.

Target Hapi v18.x, ES2018, require Node >= 10

09 Nov 19:49
Compare
Choose a tag to compare

There is no change to the source, except that the TypeScript compiler is now configured to target ES2018. Due to this, Node.js >= 10 is required.