Sha256: 7e4a131cceec513c24e9308af965863881fe2eb37b2e1920085eb944fcd4efdb
Contents?: true
Size: 350 Bytes
Versions: 13
Compression:
Stored size: 350 Bytes
Contents
// Below code should get refactored but the current way that rails/webpacker v5 // does the globals, it's tricky const webpackConfig = require('./ServerClientOrBoth') const productionEnvOnly = (_clientWebpackConfig, _serverWebpackConfig) => { // place any code here that is for production only } module.exports = webpackConfig(productionEnvOnly)
Version data entries
13 entries across 13 versions & 1 rubygems