aboutsummaryrefslogtreecommitdiff
path: root/test/js/third_party/webpack/world.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/third_party/webpack/world.js')
-rw-r--r--test/js/third_party/webpack/world.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/js/third_party/webpack/world.js b/test/js/third_party/webpack/world.js
new file mode 100644
index 000000000..3fa21bf67
--- /dev/null
+++ b/test/js/third_party/webpack/world.js
@@ -0,0 +1,3 @@
+export function world() {
+ return "world";
+}