Blame view

src/admin/webpack.config.example.js 267 Bytes
Harish Patel committed
1 2 3 4 5 6 7 8 9
'use strict';

/* eslint-disable no-unused-vars */
module.exports = (config, webpack) => {
  // Note: we provide webpack above so you should not `require` it
  // Perform customizations to webpack config
  // Important: return the modified config
  return config;
};