From 8240bdc2bd75924651fcbcc662ff038187724ffb Mon Sep 17 00:00:00 2001 From: Kai Johnson Date: Sun, 25 Jun 2017 18:14:28 -0400 Subject: [PATCH] Update namespace of uirouter to ensure it is not included in the webpack bundle. (#94) --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 170d906..040a647 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -3,5 +3,5 @@ module.exports = { library: 'ngReduxUiRouter', libraryTarget: 'umd' }, - externals: ['angular', 'angular-ui-router'] + externals: ['angular', '@uirouter/angularjs'] };