-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace uglifyjs-webpack-plugin by terser-webpack-plugin
- Loading branch information
1 parent
8fbe7b3
commit f7247fe
Showing
3 changed files
with
27 additions
and
41 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "black-shrimp", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "A color picker to pick, save and organise color swatches. Export them as '.ase' files for programs like Illustrator or Photoshop.", | ||
"author": "Thomas L'huillier <[email protected]>", | ||
"scripts": { | ||
|
@@ -45,7 +45,7 @@ | |
"scss-loader": "latest", | ||
"sortablejs": "^1.8.4", | ||
"style-loader": "latest", | ||
"uglifyjs-webpack-plugin": "^2.1.2", | ||
"terser-webpack-plugin": "^1.2.3", | ||
"url-loader": "latest", | ||
"vue": "^2.6.10", | ||
"vue-cli": "latest", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters