all repos — caroster @ c69db1134f4b237980f3a33c65e140c7ba4a10c7

[Octree] Group carpool to your event https://caroster.io

backend/src/admin/webpack.config.example.js (view raw)

1'use strict';
2
3/* eslint-disable no-unused-vars */
4module.exports = (config, webpack) => {
5  // Note: we provide webpack above so you should not `require` it
6  // Perform customizations to webpack config
7  // Important: return the modified config
8  return config;
9};