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

OSCHINA-MIRROR/shen-yu-hexo-theme-ayer

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
rollup.config.js 391 Байт
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
shenyu Отправлено 29.05.2021 05:57 e76f208
import autoprefixer from "autoprefixer";
import styles from "rollup-plugin-styles";
import { terser } from "rollup-plugin-terser";
export default {
input: "source-src/main.js",
output: {
dir: "source/dist",
format: "iife",
assetFileNames: "[name][extname]",
},
plugins: [
styles({ mode: "extract", minimize: true, plugins: [autoprefixer()] }),
terser(),
],
};

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

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

1
https://api.gitlife.ru/oschina-mirror/shen-yu-hexo-theme-ayer.git
git@api.gitlife.ru:oschina-mirror/shen-yu-hexo-theme-ayer.git
oschina-mirror
shen-yu-hexo-theme-ayer
shen-yu-hexo-theme-ayer
master