Skip to content

Custom react kits config

Antony Budianto edited this page Jul 23, 2018 · 2 revisions
// react-kits.config.js

module.exports = {
  config(projectConfig) {
    return {
      webpack: {
        base: config => config,
        server: config => config,
        client: config => config
      }
    }
  }
}
Clone this wiki locally