You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a basic feature of Require.js and without the configuration being used/parsed this plugin is not really useful, since most of the auto-completions will not work when using the paths or shim configuration. This is especially important in frameworks, where the JS files are spread across several root-folder (i.e. Magento or TYPO3-Backend).
Well I'm moving away from AMD anyway, as browsers started to support ES6 already, so dev env is easy.
And in production you most probably take a babelified version.
My config file:
example.js
The text was updated successfully, but these errors were encountered: