rsnext/test/integration/telemetry/next.config.webpack
Joe Haddad 1c247b5cf1
Check next.config.js settings (#10425)
* Check next.config.js settings

* Add tests

* test package.json case too
2020-02-14 15:42:44 -05:00

5 lines
64 B
Text

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