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
{{ message }}
This repository was archived by the owner on Aug 4, 2021. It is now read-only.
import code: import hello from "libs/m1" import hi from "libs/m2"
run :"rollup -c config.js -m inline"
Then, will expose an error: Could not load F:\tinybear\tinybearLab\rollup\libs/m1 (imported by F:\tinybear\tinybearLab\roll up\main.js): ENOENT: no such file or directory, open 'F:\tinybear\tinybearLab\rollup\libs\m1'
But modify import code like this: import hello from "libs/m1.js" import hi from "libs/m2.js"