LivelyKernel / lively.modules

JavaScript package and module system for interactive development
8 stars 1 forks source link

Including lively modules bundle as test dependency #14

Closed onsetsu closed 8 years ago

onsetsu commented 8 years ago

When importing the lively.modules bundle lively.modules-with-lively.vm.js as dependency, we get the following error, because acorn is undefined.

Chrome 51.0.2704 (Windows 10 0.0.0) ERROR
  Uncaught TypeError: Cannot read property 'plugins' of undefined
  at http://localhost:9876/src/external/lively.modules-with-lively.vm.js:10705

(We include the bundle via script tag for testing)

rksm commented 8 years ago

The lively-system-examples repo has setups to various combinations such as browser/index.html. Can you check if you have included babel + systemjs?