5 Star 16 Fork 3

masx200 / webpack-react-vue-spa-awesome-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
rollup.config.d.ts 534 Bytes
一键复制 编辑 原始数据 按行查看 历史
masx200 提交于 2020-09-13 09:25 . 格式化
declare var _default: (
| {
input: string;
output: {
file: string;
format: string;
sourcemap: boolean;
}[];
plugins: any[];
external?: undefined;
}
| {
external: string[];
input: string;
output: {
banner: string;
file: string;
format: string;
sourcemap: boolean;
}[];
plugins: any[];
}
)[];
export default _default;
JavaScript
1
https://gitee.com/masx200/webpack-react-vue-spa-awesome-config.git
git@gitee.com:masx200/webpack-react-vue-spa-awesome-config.git
masx200
webpack-react-vue-spa-awesome-config
webpack-react-vue-spa-awesome-config
master

搜索帮助