Thanks,
I tried it out and made main.js:
I tried it out and made main.js:
- import $ from "jquery";
- import Init from 'myapp/core/init/';
but it is the same error
- TypeError: steal.type is not a function
What I don't get is your hint with ES6. When my main.js looks like
- steal(
- 'myapp/core/init',
- function(Init){
- new Init($('body'));
- })
it does not work either.