Skip to content

Commit

Permalink
Merge pull request #709 from auth0/fix-bundle
Browse files Browse the repository at this point in the history
Removed UMD bundling and using browser only
  • Loading branch information
hzalaz authored Nov 9, 2016
2 parents 3c66e59 + 6202ef3 commit 1277fd5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ module.exports = {
entry: './src/browser.js',
output: {
path: path.join(__dirname, "../build"),
filename: 'lock.js',
library: 'Auth0Lock',
libraryTarget: 'umd',
umdNamedDefine: true
filename: 'lock.js'
},
resolve: {
extensions: ["", ".webpack.js", ".web.js", ".js", ".jsx", ".styl"]
Expand Down

0 comments on commit 1277fd5

Please sign in to comment.