Skip to content

Commit

Permalink
v8 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
atinylittleshell committed Feb 17, 2024
1 parent 0c71489 commit 3290ee2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions scripts/snapshot-libs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
require('daisyui');
require('dayjs');
require('eventemitter3');
require('lodash');
require('next');
require('react-icons');
require('xterm-addon-unicode11');
// eslint-disable-next-line no-constant-condition
if (false) {
require('@tailwindcss/typography');
require('react-dom');
require('react');
require('xterm-addon-fit');
require('xterm-addon-web-links');
require('xterm-addon-webgl');
require('xterm-addon-canvas');
require('xterm');
}

0 comments on commit 3290ee2

Please sign in to comment.