ChronoDK Posted February 3, 2016 Share Posted February 3, 2016 Hi, I'm trying to use the lodash library in my panda v1 project. Everything is fine when using the dev version, but after building using the (old) pandatool the game wont start. Console says: Uncaught unresolved modules: game.main (requires: libs.lodash) main.js has these lines: .require( 'game.assets', 'game.objects', 'lodash' ) And the file lodash.js is in src/libs Quote Link to comment Share on other sites More sharing options...
Neso Posted February 17, 2016 Share Posted February 17, 2016 I would argue that you don't have lodash.js in compiled into. For test try including lodash.js before compiled.js in web page as a script to see if that works. If so then your compiler is not compiling it into compiled.js Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.