strapi/examples/getstarted/admin/admin.config.js
soupette 3806d3cbf8 Clean files
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-09 12:11:51 +02:00

12 lines
285 B
JavaScript

module.exports = {
webpack: (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;
},
app: config => {
return config;
},
};