mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 00:07:08 +00:00
parent
48ec3f9320
commit
0affd001cf
1 changed files with 1 additions and 2 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue