Open
Description
index.js:
import { createCipheriv, createDecipheriv, pbkdf2Sync } from 'crypto'
rollup.config.js:
import nodePolyfills from 'rollup-plugin-node-polyfills';
export default {
input: 'src/index.js',
output: {
dir: 'dist',
format: 'iife'
},
plugins: [
nodePolyfills({
buffer: true,
crypto: true
})
]
}
Metadata
Metadata
Assignees
Labels
No labels