Bishesh Tiwaree
Bishesh Tiwaree
Hello @kylefox, I would like to be one of the maintainers of this project since I have used this project before and I have experience with React, ES6,.. . We...
@wookoouk your error seems related to improper require statement. If you do: `const PrepackWebpackPlugin = require('prepack-webpack-plugin').default;` instead of just `require('prepack-webpack-plugin')`, it should work. See the second part of example [#here](https://github.com/gajus/prepack-webpack-plugin#example).
I will have a look at this, thanks for reporting the issue @zikolach.