Design stuff shit
This commit is contained in:
parent
5dbf3d9af2
commit
23aefa268a
35 changed files with 5846 additions and 68 deletions
|
@ -1,19 +1,19 @@
|
|||
"use strict";
|
||||
'use strict';
|
||||
|
||||
const EmberApp = require("ember-cli/lib/broccoli/ember-app");
|
||||
const EmberApp = require('ember-cli/lib/broccoli/ember-app');
|
||||
|
||||
module.exports = function (defaults) {
|
||||
const app = new EmberApp(defaults, {
|
||||
"ember-cli-babel": { enableTypeScriptTransform: true },
|
||||
minifyCSS: {
|
||||
options: { processImport: true },
|
||||
},
|
||||
const app = new EmberApp(defaults, {
|
||||
'ember-cli-babel': { enableTypeScriptTransform: true },
|
||||
minifyCSS: {
|
||||
options: { processImport: true },
|
||||
},
|
||||
|
||||
// Add options here
|
||||
autoImport: {
|
||||
watchDependencies: ["ember-moment"],
|
||||
},
|
||||
});
|
||||
// Add options here
|
||||
autoImport: {
|
||||
watchDependencies: ['ember-moment'],
|
||||
},
|
||||
});
|
||||
|
||||
return app.toTree();
|
||||
return app.toTree();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue