From 0affd001cfe599750d2b91330cc3f0c80802b109 Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Fri, 30 Aug 2019 09:04:31 -0700 Subject: [PATCH] removing global definition addresses #530 --- webpack.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 6af6519c..ada0bc47 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -15,8 +15,7 @@ const defaults = { path : path.resolve(__dirname, "build"), filename : "[name].js", library: "Tone", - libraryTarget : "umd", - globalObject : "typeof self !== 'undefined' ? self : this", + libraryTarget : "umd" }, resolve : { extensions: ['.ts', '.js']