File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -36,24 +36,5 @@ module.exports = function(defaults) {
36
36
} ,
37
37
} ) ;
38
38
39
- // Use `app.import` to add additional libraries to the generated
40
- // output files.
41
- //
42
- // If you need to use different assets in different
43
- // environments, specify an object as the first parameter. That
44
- // object's keys should be the environment name and the values
45
- // should be the asset to use in that environment.
46
- //
47
- // If the library that you are including contains AMD or ES6
48
- // modules that you would like to import into your application
49
- // please specify an object with the list of modules as keys
50
- // along with the exports of each module as its value.
51
- app . import ( 'node_modules/timekeeper/lib/timekeeper.js' , {
52
- using : [ { transformation : 'cjs' , as : 'timekeeper' } ] ,
53
- } ) ;
54
- app . import ( 'node_modules/semver/semver.js' , {
55
- using : [ { transformation : 'cjs' , as : 'semver' } ] ,
56
- } ) ;
57
-
58
39
return app . toTree ( ) ;
59
40
} ;
You can’t perform that action at this time.
0 commit comments