We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cab6a8 commit 70bce90Copy full SHA for 70bce90
webpack.config.js
@@ -28,8 +28,12 @@ var config = {
28
]
29
},
30
output: {
31
- library: 'ReactWebAnimation',
32
- libraryTarget: 'umd'
+ library: {
+ root: 'ReactWebAnimation',
33
+ amd: 'react-web-animation',
34
+ },
35
+ libraryTarget: 'umd',
36
+ umdNamedDefine: true,
37
38
plugins: [
39
new LodashModuleReplacementPlugin(),
0 commit comments