1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/hocgin-chrome-extension-weather

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
.umirc.js 928
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
hocgin Отправлено 19.03.2020 19:14 7f76d3f
// ref: https://umijs.org/config/
export default {
treeShaking: true,
plugins: [
// ref: https://umijs.org/plugin/umi-plugin-react.html
['umi-plugin-react', {
antd: true,
dva: true,
dynamicImport: false,
title: 'WeatherForChrome',
dll: false,
routes: {
exclude: [
/models\//,
/services\//,
/model\.(t|j)sx?$/,
/service\.(t|j)sx?$/,
/components\//,
],
},
}],
],
exportStatic: {
htmlSuffix: true,
dynamicRoot: true,
},
copy: [{
from: 'manifest.json',
to: 'manifest.json',
toType: 'file',
}, {
from: 'src/background.js',
to: 'background.js',
toType: 'file',
}, {
from: 'src/assets/manifest/*',
to: 'static/[name].[ext]',
toType: 'template',
}, {
from: 'src/assets/weather/png/*',
to: 'static/[name].[ext]',
toType: 'template',
}],
};

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/hocgin-chrome-extension-weather.git
git@api.gitlife.ru:oschina-mirror/hocgin-chrome-extension-weather.git
oschina-mirror
hocgin-chrome-extension-weather
hocgin-chrome-extension-weather
master