You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to src/extension/core/bg/autosave.js and src/extension/core/bg/downloads.js
See that they are referencing woleet.js from the lib folder
Go to the lib folder, and look for woleet
Doesn't exist
Or run rollup npx rollup -c rollup.config.js
And notice this error:
[!] Error: Could not resolve './../../lib/woleet/woleet.js' from src/extension/core/bg/autosave.js
Error: Could not resolve './../../lib/woleet/woleet.js' from src/extension/core/bg/autosave.js
at error (/home/runner/work/SingleFile/SingleFile/node_modules/rollup/dist/shared/rollup.js:158:30)
at ModuleLoader.handleResolveId (/home/runner/work/SingleFile/SingleFile/node_modules/rollup/dist/shared/rollup.js:22336:24)
at /home/runner/work/SingleFile/SingleFile/node_modules/rollup/dist/shared/rollup.js:22310:26
Expected behavior
The lib/woleet/woleet.js file should exist.
Screenshots
N/a
Environment
n/a
Additional context
none
The text was updated successfully, but these errors were encountered:
Describe the bug
the file
lib/woleet/woleet.js
, whichsrc/extension/core/bg/autosave.js
andsrc/extension/core/bg/downloads.js
reference does not exist.To Reproduce
Steps to reproduce the behavior:
src/extension/core/bg/autosave.js
andsrc/extension/core/bg/downloads.js
lib
folderlib
folder, and look forwoleet
Or run rollup
npx rollup -c rollup.config.js
And notice this error:
Expected behavior
The
lib/woleet/woleet.js
file should exist.Screenshots
N/a
Environment
n/a
Additional context
none
The text was updated successfully, but these errors were encountered: