1 Star 0 Fork 0

chenhao / web-ch-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
stencil.config.ts 414 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenhao 提交于 2024-01-22 11:06 . 1
import { Config } from '@stencil/core';
export const config: Config = {
namespace: 'web-ch-ui',
outputTargets: [
{
type: 'dist',
esmLoaderPath: '../loader',
},
{
type: 'dist-custom-elements',
},
{
type: 'docs-readme',
},
{
type: 'www',
serviceWorker: null, // disable service workers
},
],
testing: {
browserHeadless: "new",
},
};
JavaScript
1
https://gitee.com/chen1404276788/web-ch-ui.git
git@gitee.com:chen1404276788/web-ch-ui.git
chen1404276788
web-ch-ui
web-ch-ui
master

搜索帮助