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

Version Path
shakapacker-7.2.3 spec/dummy/config/webpack/production.js
shakapacker-7.3.0.beta.1 spec/dummy/config/webpack/production.js
shakapacker-7.2.2 spec/dummy/config/webpack/production.js
shakapacker-7.2.1 spec/dummy/config/webpack/production.js
shakapacker-7.2.0 spec/dummy/config/webpack/production.js
shakapacker-7.2.0.rc.0 spec/dummy/config/webpack/production.js
shakapacker-7.1.0 spec/dummy/config/webpack/production.js
shakapacker-7.0.3 spec/dummy/config/webpack/production.js
shakapacker-7.0.2 spec/dummy/config/webpack/production.js
shakapacker-7.0.1 spec/dummy/config/webpack/production.js
shakapacker-7.0.0 spec/dummy/config/webpack/production.js
shakapacker-7.0.0.rc.2 spec/dummy/config/webpack/production.js
shakapacker-7.0.0.rc.1 spec/dummy/config/webpack/production.js