InsertScriptWebpackPlugin
在 html 中,插入 script 标签。如添加 jQuery;
const HtmlWebpackPlugin = ;const InsertScriptWebpackPlugin = ; moduleexports = entry: './src/index.js' output: /** **/ module: /** **/ plugins: paths: 'http://www.example.com/jquery.js' template: './src/index.html'