- Notifications
You must be signed in to change notification settings - Fork0
Releases: glints-dev/hapi-webpack-dev-server-plugin
Use commonjs module system
The previous release mistakenly provided only ES modules. Since we are targeting Node.js, we should usecommonjs instead.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Fix peerDependencies
The previous release had apeerDependency that pointed to thehapi package. Sincehapi has been moved to@hapi/hapi, we should use that as apeerDependency instead.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Use @types/hapi__hapi
Hapi has changed their package fromhapi from@hapi/hapi. Update the typings to match this.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Use commonjs module system
The previous release mistakenly provided only ES modules. Since we are targeting Node.js, we should usecommonjs instead.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Target Hapi v18.x, ES2018, require Node >= 10
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.
Assets2
Uh oh!
There was an error while loading.Please reload this page.