Skip to content

Commit 1277fd5

Browse files
authored
Merge pull request #709 from auth0/fix-bundle
Removed UMD bundling and using browser only
2 parents 3c66e59 + 6202ef3 commit 1277fd5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

webpack.config.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ module.exports = {
55
entry: './src/browser.js',
66
output: {
77
path: path.join(__dirname, "../build"),
8-
filename: 'lock.js',
9-
library: 'Auth0Lock',
10-
libraryTarget: 'umd',
11-
umdNamedDefine: true
8+
filename: 'lock.js'
129
},
1310
resolve: {
1411
extensions: ["", ".webpack.js", ".web.js", ".js", ".jsx", ".styl"]

0 commit comments

Comments
 (0)