first commit
This commit is contained in:
14
rollup.config.js
Normal file
14
rollup.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import resolve from 'rollup-plugin-node-resolve';
|
||||
|
||||
|
||||
export default {
|
||||
input: ['index.js'],
|
||||
output: {
|
||||
file: 'dist/index.js',
|
||||
format: 'es',
|
||||
sourcemap: true
|
||||
},
|
||||
plugins: [
|
||||
resolve()
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user