webpack-cdn-inject
Version:
Plugin to inject CDN script blocks to DOM
37 lines (36 loc) • 1.12 kB
JSON
{
"name": "webpack-cdn-inject",
"keywords": [
"webpack",
"cdn",
"html",
"webpack cdn",
"webpack html cdn",
"webpack cdn plugin"
],
"version": "1.2.0",
"description": "Plugin to inject CDN script blocks to DOM",
"repository": "drolsen/webpack-cdn-inject",
"bugs": {
"url": "https://github.com/drolsen/webpack-cdn-inject/issues"
},
"author": "Devin R. Olsen <devin@devinrolsen.com> (http://devinrolsen.com)",
"license": "MIT",
"scripts": {
"test": "npm run body-test && npm run head-test && npm run copy-test",
"body-test": "webpack --config ./test/body.test.config.js --mode production",
"head-test": "webpack --config ./test/head.test.config.js --mode production",
"copy-test": "webpack --config ./test/copy.test.config.js --mode production"
},
"engines": {
"node": ">=14.17.0"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^9.1.0",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
}
}