Skip to content

Commit

Permalink
fix(build): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
zack9433 committed Dec 1, 2015
1 parent 90f610b commit e489cdd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions webpack.build.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ config.entry = {
'sanji-ui': './component/index.js'
};
config.output.filename = 'sanji-cellular-ui.js';
config.output.library = 'sjCellular';
config.externals = {
'sanji-core-ui': 'sjCore'
};
config.output.libraryTarget = 'umd';
config.externals = ['sanji-core-ui'];

config.module.loaders = [
{
Expand Down

0 comments on commit e489cdd

Please sign in to comment.