terser-webpack-plugin
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.2.2"></a> | ||
## [1.2.2](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v1.2.1...v1.2.2) (2019-02-04) | ||
### Bug Fixes | ||
* cannot read property 'minify' of undefined ([#69](https://github.com/webpack-contrib/terser-webpack-plugin/issues/69)) ([0593d7c](https://github.com/webpack-contrib/terser-webpack-plugin/commit/0593d7c)) | ||
<a name="1.2.1"></a> | ||
@@ -7,0 +17,0 @@ ## [1.2.1](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v1.2.0...v1.2.1) (2018-12-27) |
@@ -8,6 +8,4 @@ "use strict"; | ||
var _terser = _interopRequireDefault(require("terser")); | ||
var _terser = require("terser"); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty(target, key, source[key]); }); } return target; } | ||
@@ -176,6 +174,5 @@ | ||
warnings | ||
} = _terser.default.minify({ | ||
} = (0, _terser.minify)({ | ||
[file]: input | ||
}, terserOptions); | ||
return { | ||
@@ -182,0 +179,0 @@ error, |
{ | ||
"name": "terser-webpack-plugin", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Terser plugin for webpack", | ||
@@ -46,3 +46,3 @@ "license": "MIT", | ||
"source-map": "^0.6.1", | ||
"terser": "^3.8.1", | ||
"terser": "^3.16.1", | ||
"webpack-sources": "^1.1.0", | ||
@@ -60,4 +60,3 @@ "worker-farm": "^1.5.2" | ||
"@webpack-contrib/eslint-config-webpack": "^3.0.0", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^23.6.0", | ||
"babel-jest": "^24.0.0", | ||
"conventional-github-releaser": "^3.1.2", | ||
@@ -72,3 +71,3 @@ "cross-env": "^5.1.3", | ||
"husky": "^1.2.1", | ||
"jest": "^23.5.0", | ||
"jest": "^24.0.0", | ||
"lint-staged": "^8.1.0", | ||
@@ -75,0 +74,0 @@ "memory-fs": "^0.4.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47836
25
719
Updatedterser@^3.16.1