Skip to content

Commit e58f9a9

Browse files
authoredMar 22, 2019
Update webpack.config.js
1 parent dac5f3d commit e58f9a9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎examples/umd/webpack.config.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ module.exports = {
1010
libraryTarget: 'amd'
1111
},
1212
plugins: [
13-
new MicroservicesWebpackPlugin([
14-
{ name: 'react', path: `umd/react.production.min.js` },
15-
])
13+
new MicroservicesWebpackPlugin({
14+
modules: [
15+
{ name: 'react', path: `umd/react.production.min.js` },
16+
]
17+
})
1618
]
1719
};

0 commit comments

Comments
 (0)
Please sign in to comment.