function haulerConfigFactory(env) {

return {
  entries: {
    application: '~app/assets/index.js',
  },
};

}

module.exports = haulerConfigFactory;