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 3290ee2 commit c5bcf05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/snapshot-libs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ 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('next');
require('react');
require('react-dom');
require('react-icons');
require('xterm-addon-fit');
require('xterm-addon-web-links');
require('xterm-addon-webgl');
Expand Down

0 comments on commit c5bcf05

Please sign in to comment.