SimonDegraeve / hapi-webpack-plugin

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

Move babel-polyfill to dependencies #19

Open jupl opened 6 years ago

jupl commented 6 years ago

You're importing babel-polyfill in your codebase, but it's listed under devDependencies. Error occurs unless user has babel-polyfill already installed.

EDIT: It would be better to use transform-runtime instead for reasons here as well as avoiding conflicts with existing codebases that use babel-polyfill. I'm having an issue as I'm using babel v7.

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