Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
morriq authored Mar 22, 2019
1 parent dac5f3d commit e58f9a9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/umd/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ module.exports = {
libraryTarget: 'amd'
},
plugins: [
new MicroservicesWebpackPlugin([
{ name: 'react', path: `umd/react.production.min.js` },
])
new MicroservicesWebpackPlugin({
modules: [
{ name: 'react', path: `umd/react.production.min.js` },
]
})
]
};

0 comments on commit e58f9a9

Please sign in to comment.