From 11637ec0f41e5ee3d068916e205893c5ec058333 Mon Sep 17 00:00:00 2001 From: lboyette-okta Date: Fri, 21 Oct 2016 14:51:35 -0700 Subject: [PATCH] Change distributed filename to okta-auth-js Resolves: OKTA-104120 --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 3f59b9cde..124cdb913 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -16,7 +16,7 @@ module.exports = _.extend(commonConfig, { entry: './lib/index.js', output: { path: path.join(__dirname, 'dist'), - filename: 'OktaAuth.min.js', + filename: 'okta-auth-js.min.js', library: 'OktaAuth', libraryTarget: 'umd' },