FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ember-cli-code-coverage/ember-cli-build.js at master · lytics/ember-cli-code-coverage · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
lytics
/
ember-cli-code-coverage
Public
forked from
ember-cli-code-coverage/ember-cli-code-coverage
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
ember-cli-code-coverage
/
ember-cli-build.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (18 loc) · 613 Bytes
Breadcrumbs
ember-cli-code-coverage
/
ember-cli-build.js
Copy path
File metadata and controls
22 lines (18 loc) · 613 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
'use strict'
;
const
EmberAddon
=
require
(
'ember-cli/lib/broccoli/ember-addon'
)
;
module
.
exports
=
function
(
defaults
)
{
let
app
=
new
EmberAddon
(
defaults
,
{
// Add options here
'ember-cli-babel'
:
{
// Used by the dummy app, doesn't affect the host app
includePolyfill
:
true
}
}
)
;
/*
This build file specifies the options for the dummy test app of this
addon, located in `/tests/dummy`
This build file does *not* influence how the addon or the app using it
behave. You most likely want to be modifying `./index.js` or app's build file
*/
return
app
.
toTree
(
)
;
}
;
Back
|
FazBrowse Home
|
New Git URL