github-starcounter
Advanced tools
Comparing version 1.1.9 to 1.1.10
/*! | ||
* | ||
* github-starcounter v1.1.9 | ||
* github-starcounter v1.1.10 | ||
* https://github.com/DevUnltd/github-starcounter | ||
@@ -5,0 +5,0 @@ * |
{ | ||
"name": "github-starcounter", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "Give a shout-out to your Stargazers and proudly display their support", | ||
@@ -49,2 +49,3 @@ "main": "build/index.js", | ||
"css-loader": "^6.5.1", | ||
"css-minimizer-webpack-plugin": "^4.0.0", | ||
"eslint": "^7.32.0", | ||
@@ -55,3 +56,2 @@ "file-loader": "^6.2.0", | ||
"mini-css-extract-plugin": "^2.5.3", | ||
"optimize-css-assets-webpack-plugin": "^6.0.1", | ||
"prettier": "^2.5.1", | ||
@@ -58,0 +58,0 @@ "prettier-webpack-plugin": "^1.2.0", |
@@ -7,3 +7,3 @@ const HtmlWebpackPlugin = require('html-webpack-plugin'); | ||
const getPackageJson = require('./scripts/getPackageJson'); | ||
const OptimizeCSSAssetsPlugin = require("optimize-css-assets-webpack-plugin"); | ||
const CssMinimizerPlugin = require("css-minimizer-webpack-plugin"); | ||
const CopyPlugin = require("copy-webpack-plugin"); | ||
@@ -44,9 +44,3 @@ | ||
new TerserPlugin({ extractComments: false }), | ||
new OptimizeCSSAssetsPlugin({ | ||
cssProcessorOptions: { | ||
map: { | ||
inline: false | ||
} | ||
} | ||
}) | ||
new CssMinimizerPlugin() | ||
], | ||
@@ -53,0 +47,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
293397
396