Skip to content

Commit

Permalink
remove react deps from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Feb 5, 2024
1 parent f828976 commit 9f6f540
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3,634 deletions.
4 changes: 4 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ const common = {
'packages/amplify/dist/amplify.js',
'packages/ui/dist/ui.js',
'node_modules/@logseq/sqlite-wasm/sqlite-wasm/jswasm/sqlite3.wasm',
'node_modules/react/umd/react.production.min.js',
'node_modules/react/umd/react.development.js',
'node_modules/react-dom/umd/react-dom.production.min.js',
'node_modules/react-dom/umd/react-dom.development.js',
]).pipe(gulp.dest(path.join(outputPath, 'js'))),
() => gulp.src([
'node_modules/pdfjs-dist/build/pdf.js',
Expand Down
1 change: 0 additions & 1 deletion resources/js/react-dom.development.min.js

This file was deleted.

0 comments on commit 9f6f540

Please sign in to comment.