We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
1 parent 7fa60c0 commit 6335929Copy full SHA for 6335929
packages/rrweb/test/utils.ts
@@ -60,7 +60,7 @@ export const startServer = (defaultPort = 3030) =>
60
61
let pathname = path.join(__dirname, sanitizePath);
62
if (/^\/rrweb.*\.c?js.*/.test(sanitizePath)) {
63
- pathname = path.join(__dirname, `../dist/main`, sanitizePath);
+ pathname = path.join(__dirname, `../dist`, sanitizePath);
64
}
65
66
try {
packages/rrweb/vite.config.js
@@ -1,4 +1,3 @@
1
import config from '../../vite.config.default';
2
3
-// export default config('src/index.ts', 'rrweb', { outputDir: 'dist/main' });
4
export default config('src/index.ts', 'rrweb');
0 commit comments