SimonDegraeve / hapi-webpack-plugin

Webpack middleware for Hapi. Supports HMR.
57 stars 25 forks source link

babel 7 changed their entire namespace #21

Closed createthis closed 4 years ago

createthis commented 5 years ago

we can no longer do:

require('babel-polyfill');

It's now:

require('@babel/polyfill');

this package needs to be updated for babel 7 compatibility:

https://github.com/SimonDegraeve/hapi-webpack-plugin/blob/1d9544ea4336634a13426f49d2722fef3fb8c489/src/index.js#L4

Kamahl19 commented 5 years ago

It seems this package is unmaintained so I decided to rewrite it in TS and fix all the issues. You can find it here https://github.com/Kamahl19/hapi-webpack-plugin-2

RDP07 commented 4 years ago

@SimonDegraeve do you plan on maintaining/updating?

SimonDegraeve commented 4 years ago

unfortunately no, I am not planning to maintain this repo anymore. Sorry.