GProst/webpack-clean-obsolete-chunks

View on GitHub
test/integration/helper-functions/index.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict'

const {startWebpackWatch, startWebpack} = require('./start-webpack')

module.exports = {
  handleErrors: require('./handle-errors'),
  getWebpack: require('./get-webpack'),
  startWebpackWatch,
  startWebpack,
  getWebpackConfig: require('./get-webpack-config'),
  testFunctions: require('./test-functions')
}