/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/getstarted/src/admin/webpack.config.js
9 строк
267 B
Pierre Noël
change project structure to use /src folder
15 сен 2021, 17:41
15 сен 2021, 17:41
de4579b
Код
Авторство
О чём код?
'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; };