Skip to content

Commit

Permalink
[fixed] script tag distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Jul 20, 2016
1 parent 7cf19d4 commit b5b8ff7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions build/browser.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ module.exports = makeConfig({
minimize: false,

entry: {
'react-widgets': './lib/index.js',
'react-widgets-globalize': './lib/localizers/globalize.js',
'react-widgets-moment': './lib/localizers/moment.js',
'react-widgets-simple-number': './lib/localizers/simple-number.js'
'react-widgets': './lib/index.js'
},

output: {
Expand All @@ -23,10 +20,7 @@ module.exports = makeConfig({
libraryTarget: 'umd'
},

externals: {
'../configure': 'ReactWidgets',

'react-dom': {
externals: { 'react-dom': {
root: 'ReactDOM',
commonjs: 'react-dom',
commonjs2: 'react-dom'
Expand Down

0 comments on commit b5b8ff7

Please sign in to comment.