/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/kitchensink/src/admin/webpack.config.example.js
10 строк
292 B
soupette
Use default build
20 дек 2021, 16:56
20 дек 2021, 16:56
584347e
Код
Авторство
О чём код?
'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 console.log('custom'); return config; };