hapi-webpack-plugin icon indicating copy to clipboard operation
hapi-webpack-plugin copied to clipboard

Move babel-polyfill to dependencies

Open jupl opened this issue 7 years ago • 1 comments

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.

jupl avatar Apr 19 '18 14:04 jupl

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

Kamahl19 avatar Jun 13 '19 13:06 Kamahl19