mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-12 00:37:19 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
57418034c4 | ||
|
|
3892490023 | ||
|
|
5bedff583b |
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "squoosh",
|
"name": "squoosh",
|
||||||
"version": "1.11.1",
|
"version": "1.11.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "squoosh",
|
"name": "squoosh",
|
||||||
"version": "1.11.1",
|
"version": "1.11.2",
|
||||||
"license": "apache-2.0",
|
"license": "apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack-dev-server --host 0.0.0.0 --hot",
|
"start": "webpack-dev-server --host 0.0.0.0 --hot",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ const escapeRE = require("escape-string-regexp");
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
repo: "GoogleChromeLabs/squoosh",
|
repo: "GoogleChromeLabs/squoosh",
|
||||||
path: "build/**/!(*.map)",
|
path: "build/**/!(*.map)",
|
||||||
branch: "master",
|
branch: "dev",
|
||||||
findRenamed(path, newPaths) {
|
findRenamed(path, newPaths) {
|
||||||
const nameParts = /^(.+\.)[a-f0-9]+(\..+)$/.exec(path);
|
const nameParts = /^(.+\.)[a-f0-9]+(\..+)$/.exec(path);
|
||||||
if (!nameParts) return;
|
if (!nameParts) return;
|
||||||
|
|||||||
@@ -204,7 +204,7 @@ export default class Intro extends Component<Props, State> {
|
|||||||
<li><a href="https://github.com/GoogleChromeLabs/squoosh/">View the code</a></li>
|
<li><a href="https://github.com/GoogleChromeLabs/squoosh/">View the code</a></li>
|
||||||
<li><a href="https://github.com/GoogleChromeLabs/squoosh/issues">Report a bug</a></li>
|
<li><a href="https://github.com/GoogleChromeLabs/squoosh/issues">Report a bug</a></li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/GoogleChromeLabs/squoosh/blob/master/README.md#privacy">
|
<a href="https://github.com/GoogleChromeLabs/squoosh/blob/dev/README.md#privacy">
|
||||||
Privacy
|
Privacy
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user