refactor the test infra: use puppeteer instead of jsdom to get rid of some hack implementations
This commit is contained in:
10
rollup.config.js
Normal file
10
rollup.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import typescript from 'rollup-plugin-typescript';
|
||||
|
||||
export default {
|
||||
input: './src/index.ts',
|
||||
plugins: [typescript()],
|
||||
output: {
|
||||
name: 'rrweb',
|
||||
format: 'iife',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user