mirror of
https://github.com/aleleba/create-react-component-library.git
synced 2025-07-21 03:58:17 -06:00
Fixing webpack config build.
This commit is contained in:
@ -28,6 +28,7 @@ export default {
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
library: libraryName,
|
||||
libraryTarget: 'umd',
|
||||
globalObject: 'this',
|
||||
},
|
||||
plugins: [
|
||||
new CleanWebpackPlugin(),
|
||||
|
Reference in New Issue
Block a user