From 8e14485622d600d1b406d174f07748c01f5d93cb Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 25 Mar 2018 15:57:00 -0700 Subject: [PATCH] Clean up library code --- config/webpack.library.js | 2 +- library.html | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/webpack.library.js b/config/webpack.library.js index c533636a..f51df986 100644 --- a/config/webpack.library.js +++ b/config/webpack.library.js @@ -50,7 +50,7 @@ module.exports = { }, output: { path: path.resolve(__dirname, "../built"), - filename: "[name].js", + filename: "winamp.[name].js", library: "winamp2js", libraryTarget: "umd" } diff --git a/library.html b/library.html index 35ca3f84..f0d83966 100755 --- a/library.html +++ b/library.html @@ -6,22 +6,22 @@ -
- +
+