Skip to content

Commit

Permalink
fix(bundle): externalize uirouter/core
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Dec 2, 2017
1 parent 7d5fa59 commit 7732b81
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,5 @@ module.exports = {
]
},

externals: {
// 'd3': { root: 'd3', amd: 'd3', commonjs2: 'd3', commonjs: 'd3' },
// 'react': { root: 'react', amd: 'react', commonjs2: 'react', commonjs: 'react' },
// 'react-dom': { root: 'react-dom', amd: 'react-dom', commonjs2: 'react-dom', commonjs: 'react-dom' }
}
externals: ['@uirouter/core'],
};

0 comments on commit 7732b81

Please sign in to comment.