文件名称:md-imgage-error-loader:Markdown图片替换无效
文件大小:173KB
文件格式:ZIP
更新时间:2024-03-01 10:33:01
markdown webpack-loader error JavaScript
md-imgage-error-loader 处理.md文件中不存在的图像文件并替换它们 安装 npm i md-imgage-error-loader 用法 网络包 // ... omit some configuration use: [ { loader : 'md-imgage-error-loader' , options : { // A string or a function that accepts a replacement array src : 'http://xxxx.png' , // or src : ( x ) => 'dir' + x , } , } , ] ; 协议 麻省理工学院执照
【文件预览】:
md-imgage-error-loader-master
----.gitattributes(18B)
----rollup.config.js(722B)
----commitlint.config.js(877B)
----yarn.lock(327KB)
----.eslintrc.js(259B)
----src()
--------main.ts(2KB)
--------utils.ts(628B)
----babel.config.js(137B)
----.vscode()
--------launch.json(493B)
----README_ZH.md(413B)
----License(1KB)
----tsconfig.json(6KB)
----test()
--------main.test.js(388B)
--------utils.test.js(309B)
----.cz-config.js(1KB)
----jest.config.js(7KB)
----README.md(490B)
----typings()
--------module()
----prettier.config.js(210B)
----.editorconfig(160B)
----.gitignore(223B)
----.eslintignore(17B)
----tsconfig.eslint.json(119B)
----package-lock.json(399KB)
----package.json(2KB)