uhh, lots of things in frontend
This commit is contained in:
parent
76e8b183ca
commit
2d58312aa0
17 changed files with 30294 additions and 27939 deletions
|
@ -5,6 +5,9 @@ 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 },
|
||||
},
|
||||
|
||||
// Add options here
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue