summaryrefslogtreecommitdiff
path: root/demos/12-manual-code-splitting-a.example.js
diff options
context:
space:
mode:
Diffstat (limited to 'demos/12-manual-code-splitting-a.example.js')
-rw-r--r--demos/12-manual-code-splitting-a.example.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/12-manual-code-splitting-a.example.js b/demos/12-manual-code-splitting-a.example.js
index 8bb040a..e3ea5fe 100644
--- a/demos/12-manual-code-splitting-a.example.js
+++ b/demos/12-manual-code-splitting-a.example.js
@@ -1,3 +1,4 @@
+// 12-manual-code-splitting-a.example.js
const COST_OF_ITEM = 15
// We use this immediately invoked anonymous function
// to create a private, non global scope (usually called a module).