1 Star 0 Fork 0

Tiger/angular17-hicc-magic-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
extra-webpack.config.ts 541 Bytes
一键复制 编辑 原始数据 按行查看 历史
tiger 提交于 2024-08-26 16:34 +08:00 . init
import { Configuration } from 'webpack';
import {WebpackPluginIstanbul} from "webpack-plugin-istanbul";
export default {
module: {
rules: [
{
test: /\.(js|ts)$/,
exclude: /node_modules/,
use: {
loader: "webpack-plugin-istanbul/loader",
options: {
include: ["src/**/*.ts"],
exclude: ["src/**/*.spec.ts"],
extension: [".ts"],
cwd: process.cwd(),
},
},
enforce: 'post',
},
],
},
} as Configuration;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/thm1118/angular17-hicc-magic-demo.git
git@gitee.com:thm1118/angular17-hicc-magic-demo.git
thm1118
angular17-hicc-magic-demo
angular17-hicc-magic-demo
master

搜索帮助