Closed onsetsu closed 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.
lively.modules-with-lively.vm.js
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)
The lively-system-examples repo has setups to various combinations such as browser/index.html. Can you check if you have included babel + systemjs?
When importing the lively.modules bundle
lively.modules-with-lively.vm.js
as dependency, we get the following error, because acorn is undefined.(We include the bundle via script tag for testing)