removing global definition

addresses #530
This commit is contained in:
Yotam Mann 2019-08-30 09:04:31 -07:00
parent 48ec3f9320
commit 0affd001cf

View file

@ -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']