Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: webpack_runner.js

Issue 29602573: Issue 6020 - Avoid including (webpack)/buildin/global.js in bundles (Closed)
Patch Set: Created Nov. 9, 2017, 5:55 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webpack_runner.js
diff --git a/webpack_runner.js b/webpack_runner.js
index 216f2cffa1c001c63d9b1bdb75fb0dfb38b12b62..e18c7e7e7dd5e878f634001731ef8bb0c778343a 100644
--- a/webpack_runner.js
+++ b/webpack_runner.js
@@ -59,6 +59,9 @@ process.stdin.on("end", () =>
path: path.resolve(""),
filename: bundle_name
},
+ node: {
+ global: false
+ },
resolve: {
modules: resolve_paths,
alias: {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld