$
This commit is contained in:
10
node_modules/@riotjs/hot-reload/rollup.config.js
generated
vendored
Normal file
10
node_modules/@riotjs/hot-reload/rollup.config.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
export default {
|
||||
input: 'src/index.js',
|
||||
output: {
|
||||
file: 'index.js',
|
||||
format: 'umd',
|
||||
name: 'riotHotReload'
|
||||
},
|
||||
interop: false,
|
||||
external: ['riot']
|
||||
}
|
Reference in New Issue
Block a user