@darcytech/html-webpack-cross-origin-plugin

1.0.5 • Public • Published

@darcytech/html-webpack-cross-origin-plugin

html-webpack-cross-origin-plugin 是一款扩展至 html-webpack-plugin 的插件, 作用是在构建时往生成的 script 和 link 标签注入 crossOrigin 属性。

Usage

入参:'anonymous' | 'use-credentials'

const HtmlWebpackCrossOriginPlugin = require('@darcytech/html-webpack-cross-origin-plugin');
const HtmlWebpackPlugin = require('html-webpack-plugin');

{
  plugins: [new HtmlWebpackPlugin(), new HtmlWebpackCrossOriginPlugin('anonymous')];
}

Readme

Keywords

Package Sidebar

Install

npm i @darcytech/html-webpack-cross-origin-plugin

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

4.6 kB

Total Files

5

Last publish

Collaborators

  • noshower