strapi/examples/getstarted/admin/webpack.config.js
soupette 16ded2e987 Rename webpack config file
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-22 15:45:19 +02:00

10 lines
267 B
JavaScript

'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;
};