1.0.1 • Published 1 year ago

@joyzl/html-include-loader v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

html-in-loader

WEBPACK html-in-loader 支持通过标签包含HTML文件

<include src="header.html" />

安装

npm install html-loader --save-dev npm install html-in-loader --save-dev

配置

webpack.config.js 中配置规则

module: {
	rules: [{
		test: /\.html$/i,
		use: ['html-loader', 'html-in-loader'],
	}]
}

尽情创建多页面吧!!!

1.0.1

1 year ago