Sha256: c779442c6d5a61850b5f1dd4f55c2f551d7b3d5e30dc6791050e088742d141a1

Contents?: true

Size: 213 Bytes

Versions: 13

Compression:

Stored size: 213 Bytes

Contents

const webpackConfig = require('./ServerClientOrBoth')

const testOnly = (_clientWebpackConfig, _serverWebpackConfig) => {
  // place any code here that is for test only
}

module.exports = webpackConfig(testOnly)

Version data entries

13 entries across 13 versions & 1 rubygems

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