<%= add_documentation_reference(config, “// github.com/shakacode/react_on_rails_demo_ssr_hmr/blob/master/config/webpack/test.js”) %>

const webpackConfig = require(‘./webpackConfig’)

const testOnly = (_clientWebpackConfig, _serverWebpackConfig) => {

// place any code here that is for test only

}

module.exports = webpackConfig(testOnly)