mirror of
https://github.com/Instadapp/boardroom-inc-protocol-Info.git
synced 2024-07-29 22:37:02 +00:00
fix: roll it up so it can be used from nodejs (i need it for idxlibs)
This commit is contained in:
parent
4be2accdb2
commit
f2ee798f93
7
rollup.config.js
Normal file
7
rollup.config.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
export default {
|
||||||
|
input: 'src/main.js',
|
||||||
|
output: {
|
||||||
|
file: 'bundle.js',
|
||||||
|
format: 'cjs'
|
||||||
|
}
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user