Skip to content

Commit

Permalink
Renamed exported variables
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ch4ls committed Nov 4, 2015
1 parent 213562a commit 60b3d3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions webpack/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ module.exports = function (options) {
var refbox = merge(productionCommon, {
entry: path.join(options.src, 'refbox.js'),
output: {
library: 'lindat-refbox',
library: 'LindatRefBox',
libraryTarget: 'umd',
umdNamedDefine: 'LindatRefBox',
path: options.dist,
filename: path.join('public', 'js', 'lindat-refbox.js')
},
Expand All @@ -67,7 +66,7 @@ module.exports = function (options) {
'angular-google-analytics': 'commonjs angular-google-analytics'
},
output: {
library: 'angular-lindat',
library: 'AngularLindat',
libraryTarget: 'umd',
path: options.dist,
filename: path.join('public', 'js', 'angular-lindat.js')
Expand Down

0 comments on commit 60b3d3a

Please sign in to comment.