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
lib = require('./lib'),
change to lib = requirejs('./lib'),
open page1.html, but it reported an error Uncaught Error: Module name "lib" has not been loaded yet for context: _. Use require([])
why?
The text was updated successfully, but these errors were encountered:
lib = require('./lib'),
change to
lib = requirejs('./lib'),
open page1.html, but it reported an error
Uncaught Error: Module name "lib" has not been loaded yet for context: _. Use require([])
why?
The text was updated successfully, but these errors were encountered: