1 Star 0 Fork 1

大右右/webpack-my-markdonw-loader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 682 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangwt04 提交于 2020-12-26 21:42 . markdown loader
{
"name": "webpack-my-markdonw-loader",
"version": "1.0.0",
"description": "#### Description webpack自定义一个Loader, 用于加载markdown文件资源。\r 项目中把markdown文件转换为html并显示在网页中。",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitee.com/big-right-right/webpack-my-markdonw-loader.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.0",
"marked": "^1.2.7",
"webpack": "^5.11.0",
"webpack-cli": "^4.3.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/big-right-right/webpack-my-markdonw-loader.git
git@gitee.com:big-right-right/webpack-my-markdonw-loader.git
big-right-right
webpack-my-markdonw-loader
webpack-my-markdonw-loader
master

搜索帮助