10 lines
167 B
JavaScript
10 lines
167 B
JavaScript
|
export default {
|
||
|
input: 'src/index.js',
|
||
|
output: {
|
||
|
file: 'index.js',
|
||
|
format: 'umd',
|
||
|
name: 'riotHotReload'
|
||
|
},
|
||
|
interop: false,
|
||
|
external: ['riot']
|
||
|
}
|