@purtuga/web-components-polyfill-webpack-plugin
Version:
A webpack plugin that will wrap your bundles with code that ensure polyfills are loaded first if the browser does not support web components
32 lines (31 loc) • 967 B
JSON
{
"name": "@purtuga/web-components-polyfill-webpack-plugin",
"version": "2.1.0",
"description": "A webpack plugin that will wrap your bundles with code that ensure polyfills are loaded first if the browser does not support web components",
"main": "web-components-polyfill-webpack-plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/purtuga/web-components-polyfill-webpack-plugin.git"
},
"keywords": [
"webcomponents",
"ployfill",
"web components",
"custom elements",
"shadowDOM",
"shadyCSS"
],
"author": "Paul Tavares",
"license": "MIT",
"bugs": {
"url": "https://github.com/purtuga/web-components-polyfill-webpack-plugin/issues"
},
"homepage": "https://github.com/purtuga/web-components-polyfill-webpack-plugin#readme",
"devDependencies": {
"webpack": "^4.16.0",
"webpack-cli": "^3.0.8"
}
}