0.1.1 • Published 2 years ago

res-into-html-webpack-plugin v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

##介绍

将js css 等自动打包到html的body里边

依赖html-webpack-plugin

使用 npm i --save-dev res-into-html-webpack-plugin

const resIntoHtml = require("res-into-html-webpack-plugin");

module.exports = merge(common,{
    plugins: [
        new resIntoHtml([
            `<script src="https://examplexxx.com/xxx.js"></script>`
        ])
    ]
});
0.1.1

2 years ago

0.1.0

2 years ago