mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Backed out changeset bb40a646b246 (bug 1750596) for failures on browser_pocket_main.js. CLOSED TREE
This commit is contained in:
parent
0d1394aa98
commit
45ff0f12df
@ -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
|
||||
|
@ -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
@ -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
@ -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.
|
||||
*/
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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/*)
|
||||
|
@ -27,15 +27,4 @@ module.exports = {
|
||||
resolve: {
|
||||
extensions: [".js", ".jsx"],
|
||||
},
|
||||
optimization: {
|
||||
splitChunks: {
|
||||
cacheGroups: {
|
||||
vendor: {
|
||||
test: /[\\/]node_modules[\\/](react|react-dom)[\\/]/,
|
||||
name: "vendor",
|
||||
chunks: "all",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user