0.6.0
Breaking change
Passes in webpack to gutenblock.config.js
:
module.exports = webpack => ({
plugins: [new webpack.EnvironmentPlugin(['REACT_APP_API'])],
})
If you imported webpack yourself to access plugins and other built ins, it would resolve locally which may not be the same webpack version and cause errors.