文件名称:webpack-file-inherit:Webpack加载器,可对任何文件类型启用类似pug的继承
文件大小:13KB
文件格式:ZIP
更新时间:2024-03-25 01:43:03
webpack webpack-loader pug TypeScript
Webpack文件继承加载程序 使您可以将Pug像扩展/继承Cabilites添加到任何文件类型 注意:此装载机仍在开发中,尚未准备好用于生产中 入门 首先,您需要安装webpack-file-inherit : npm install --save-dev webpack-file-inherit 然后将加载程序添加到您的webpack配置中以获取特定的文件类型。 例如: webpack.config.js module . exports = { module : { rules : [ { test : / \. js/i , loader : 'webpack-file-inherit' , } , ] , } , } ; 遗产 此加载程序使您可以扩展文件,这是一种简化的方法,您必须先定义帕格模
【文件预览】:
webpack-file-inherit-main
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
----src()
--------utils.ts(442B)
--------index.ts(248B)
--------errors.ts(288B)
--------block.ts(5KB)
----tsconfig.json(180B)
----LICENSE(1KB)
----test()
--------examples()
--------block.test.ts(7KB)
--------__mocks__()
----jest.config.ts(6KB)
----.gitignore(35B)
----readme.md(1KB)
----package.json(926B)