diff --git a/ilc/package.json b/ilc/package.json index 410a5633..9e606b39 100644 --- a/ilc/package.json +++ b/ilc/package.json @@ -14,7 +14,7 @@ "build": "rimraf public && npm run build:systemjs && npm run build:client && npm run build:polyfills", "build:client": "webpack --config build/webpack.js --progress --hide-modules", "build:systemjs": "node ./systemjs/build.js", - "build:polyfills": "mkdir -p ./public && wget -O ./public/polyfill.min.js https://polyfill.io/v3/polyfill.min.js?features=URL%2CObject.entries%2CDocumentFragment.prototype.append%2CElement.prototype.append%2CElement.prototype.remove%2CObject.assign%2CElement.prototype.closest%2CCustomEvent" + "build:polyfills": "mkdir -p ./public && nwget https://polyfill.io/v3/polyfill.min.js?features=URL%2CObject.entries%2CDocumentFragment.prototype.append%2CElement.prototype.append%2CElement.prototype.remove%2CObject.assign%2CElement.prototype.closest%2CCustomEvent -O ./public/polyfill.min.js" }, "author": "Vladlen Fedosov", "license": "Apache-2.0", @@ -73,6 +73,7 @@ "webpack": "^4.44.1", "webpack-cli": "^3.3.12", "webpack-dev-middleware": "^3.7.2", + "wget-improved": "^3.2.1", "wrapper-webpack-plugin": "^2.1.0" } }