rsnext/test/integration/undefined-webpack-config/next.config.js
Jeff Escalante b86a1731e1
Error Message Clarity (#16052)
* make the error message more clear if webpack config comes back undefined

* Update check and add test

* bump

* Update build-output test

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2020-12-01 15:58:52 -06:00

3 lines
37 B
JavaScript

module.exports = {
webpack() {},
}