dojo / meta

:rocket: Dojo - meta information for the project.
Other
226 stars 50 forks source link

dojo/interop fails #258

Open ziegi opened 6 years ago

ziegi commented 6 years ago

I reported this already under: https://github.com/dojo/interop/issues/36 but this bug tracker seems not to be very active, so I am cross posting it here.

Both, the sample code and the setup from the turorial: https://dojo.io/tutorials/1040_dojo1_dijits/ and the docs: https://dojo.io/docs/index.html#doc--dojo__interop__v2_0_0 give me the error: Module build failed: ReferenceError: define is not defined

for details see the full bug report under: https://github.com/dojo/interop/issues/36

agubler commented 6 years ago

Apologies @ziegi for the delay in responding - the tutorial for using dojo 1 widgets in dojo 2 is outdated now and failing because support has not been included in the new build tool cli-build-app. This is something that we are working on at the moment, there are a couple of pull requests open on the @dojo/cli-build-app repository.

The tutorial was removed from the tutorial index on dojo.io but it seems remained published, we have since completely unpublished the tutorial - we will add this back once the all the support required is completed.

ziegi commented 6 years ago

Thanks for the clarification. So maybe this should also be noted in the Doc Section on interop https://dojo.io/docs/index.html#doc--dojo__interop__v2_0_0 that is still online.