Skip to content

0.6.0

Compare
Choose a tag to compare
@zackify zackify released this 27 Apr 17:37
· 29 commits to master since this release

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.