UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

10 lines (9 loc) 152 B
/* Optional. See: https://nextjs.org/docs/#customizing-webpack-config */ module.exports = { webpack(config, options) { return config; }, };