mirror of https://github.com/webpack/webpack.git
19 lines
636 B
JavaScript
19 lines
636 B
JavaScript
|
module.exports = [
|
||
|
[
|
||
|
/http:\/\/localhost:9990\/index\.css\?cache used to have no-cache lockfile entry and has content now, but lockfile is frozen/
|
||
|
],
|
||
|
[
|
||
|
/http:\/\/localhost:9990\/index\.css\?no-cache has a lockfile entry and is no-cache now, but lockfile is frozen/
|
||
|
],
|
||
|
[
|
||
|
/http:\/\/localhost:9990\/index\.css has an outdated lockfile entry, but lockfile is frozen/
|
||
|
],
|
||
|
[/http:\/\/localhost:9990\/resolve\.js integrity mismatch/],
|
||
|
[
|
||
|
/http:\/\/localhost:9990\/fallback\.js has no lockfile entry and lockfile is frozen/
|
||
|
],
|
||
|
[
|
||
|
/http:\/\/localhost:9990\/redirect has an outdated lockfile entry, but lockfile is frozen/
|
||
|
]
|
||
|
];
|