Skip to content

Commit

Permalink
Include angular-piwik and angular-google-analytics in bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ch4ls committed Nov 5, 2015
1 parent 49d1019 commit 8759ef3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions webpack/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ module.exports = function (options) {
entry: [path.join(options.src, 'angular.js')],
externals: {
jquery: 'jQuery',
angular: 'angular',
'angular-piwik': 'commonjs angular-piwik',
'angular-google-analytics': 'commonjs angular-google-analytics'
angular: 'angular'
},
output: {
library: 'AngularLindat',
Expand Down

0 comments on commit 8759ef3

Please sign in to comment.