mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44:21 +00:00
13 lines
179 B
JavaScript
13 lines
179 B
JavaScript
|
module.exports = {
|
||
|
type: 'react-component',
|
||
|
npm: {
|
||
|
esModules: true,
|
||
|
umd: {
|
||
|
global: 'bluelibreact',
|
||
|
externals: {
|
||
|
react: 'React'
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|