1 Star 1 Fork 0

chucheng/hexo-theme-ayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rollup.config.js 391 Bytes
一键复制 编辑 原始数据 按行查看 历史
沈宇 提交于 2021-05-29 10:57 . ⚡️ bundle assets by rollup
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(),
],
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chucheng_admin/hexo-theme-ayer.git
git@gitee.com:chucheng_admin/hexo-theme-ayer.git
chucheng_admin
hexo-theme-ayer
hexo-theme-ayer
master

搜索帮助