We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure Ember build targets such that the build is slim and optimized for the proper set of browsers to support.
In {{configure/targets.js}}, Ember will use Babel to transpile code for browsers listed in the targets array.
h2. Supported list
browserl.ist/?q=>+1.5%25+in+US > 1.5% in US
> 1.5% in US
Testem.js
const chromeArgs = [ '--disable-gpu', '--headless', '--remote-debugging-port=9222', '--window-size=1024,768' ]; module.exports = { test_page: 'tests/index.html?hidepassed', disable_watching: true, launch_in_ci: [ 'Chrome' ], launch_in_dev: [ 'Chrome', 'Chrome Canary', 'Firefox', 'Safari' ], 'browser_args': { 'Chrome': chromeArgs, 'Chrome Canary': chromeArgs, 'Firefox': [ '-headless', /* headless available on v55+ on Linux, 56+ on Windows/Mac */ '--window-size=1024,768' ] } };
The text was updated successfully, but these errors were encountered:
0xadada
No branches or pull requests
Configure Ember build targets such that the build is slim and optimized for the proper set of browsers to support.
In {{configure/targets.js}}, Ember will use Babel to transpile code for browsers listed in the targets array.
h2. Supported list
browserl.ist/?q=>+1.5%25+in+US
> 1.5% in US
Tasks
Testem.js
The text was updated successfully, but these errors were encountered: