mirror of
https://github.com/strapi/strapi.git
synced 2025-07-14 20:41:51 +00:00
10 lines
267 B
JavaScript
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;
|
||
|
};
|