Backed out changeset bb40a646b246 (bug 1750596) for failures on browser_pocket_main.js. CLOSED TREE

This commit is contained in:
Csoregi Natalia 2022-01-19 06:22:22 +02:00
parent 0d1394aa98
commit 45ff0f12df
10 changed files with 19 additions and 36 deletions

View File

@ -42,7 +42,6 @@ browser/components/enterprisepolicies/schemas/schema.jsm
browser/components/translation/cld2/
# generated or library files in pocket
browser/components/pocket/content/panels/js/tmpl.js
browser/components/pocket/content/panels/js/vendor.bundle.js
browser/components/pocket/content/panels/js/main.bundle.js
# Ignore newtab files

View File

@ -13,7 +13,6 @@
<script src="js/vendor/jquery-2.1.1.min.js"></script>
<script src="js/vendor/handlebars.runtime.js"></script>
<script src="js/tmpl.js"></script>
<script src="js/vendor.bundle.js"></script>
<script src="js/main.bundle.js"></script>
<script src="js/home/entry.js"></script>
</body>

File diff suppressed because one or more lines are too long

View File

@ -12,3 +12,21 @@ object-assign
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v17.0.2
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v17.0.2
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

File diff suppressed because one or more lines are too long

View File

@ -1,17 +0,0 @@
/** @license React v17.0.2
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v17.0.2
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

View File

@ -14,7 +14,6 @@
<script src="js/vendor/handlebars.runtime.js"></script>
<script src="js/vendor/jquery.tokeninput.min.js"></script>
<script src="js/tmpl.js"></script>
<script src="js/vendor.bundle.js"></script>
<script src="js/main.bundle.js"></script>
<script src="js/saved/entry.js"></script>
</body>

View File

@ -13,7 +13,6 @@
<body class="pkt_ext_containersignup" aria-live="polite">
<script src="js/vendor/handlebars.runtime.js"></script>
<script src="js/tmpl.js"></script>
<script src="js/vendor.bundle.js"></script>
<script src="js/main.bundle.js"></script>
<script src="js/signup/entry.js"></script>
</body>

View File

@ -16,7 +16,6 @@ browser.jar:
content/pocket/panels/saved.html (content/panels/saved.html)
content/pocket/panels/signup.html (content/panels/signup.html)
content/pocket/panels/style-guide.html (content/panels/style-guide.html)
content/pocket/panels/js/vendor.bundle.js (content/panels/js/vendor.bundle.js)
content/pocket/panels/js/main.bundle.js (content/panels/js/main.bundle.js)
content/pocket/panels/js/tmpl.js (content/panels/js/tmpl.js)
content/pocket/panels/js/vendor (content/panels/js/vendor/*)

View File

@ -27,15 +27,4 @@ module.exports = {
resolve: {
extensions: [".js", ".jsx"],
},
optimization: {
splitChunks: {
cacheGroups: {
vendor: {
test: /[\\/]node_modules[\\/](react|react-dom)[\\/]/,
name: "vendor",
chunks: "all",
},
},
},
},
};