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
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
As you can see it contents ES6 syntax that is invalid for most of current browsers. Without the option the build file contents only JS code transformed with Babel.
The widget/tests/authenticators/jwt in this case will content application module code from app/authenticators/jwt
The text was updated successfully, but these errors were encountered:
If the next version of ember-cli-qunit will drop with the next version of ember-cli, we can just return false from lintTree when useLintTree is false. Current ember-cli master ignores any lintTree hooks that return false. Not sure what the roadmap looks like, though.
I've tried
useLintTree: false
option like this:Before that the build file contented module definitions like this:
After I set
useLintTree
tofalse
, the build didn't content thewidget/tests/authenticators/jwt.jshint
, but instead it contented something like that:As you can see it contents ES6 syntax that is invalid for most of current browsers. Without the option the build file contents only JS code transformed with Babel.
The
widget/tests/authenticators/jwt
in this case will content application module code fromapp/authenticators/jwt
The text was updated successfully, but these errors were encountered: