Skip to content

Commit 6202ef3

Browse files
committed
removed UMD bundling and using browser only
1 parent 3c66e59 commit 6202ef3

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)