mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-01 21:33:11 +00:00
reinstates babel polyfill inclusion for js sources. adds allowJs flag
This commit is contained in:
parent
df4112f868
commit
ef4e304862
@ -6,6 +6,10 @@ const MergeTrees = require('broccoli-merge-trees');
|
||||
|
||||
module.exports = function(defaults) {
|
||||
const app = new EmberApp(defaults, {
|
||||
'ember-cli-babel': {
|
||||
includePolyfill: true
|
||||
},
|
||||
|
||||
storeConfigInMeta: false,
|
||||
|
||||
SRI: {
|
||||
|
@ -2,6 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"target": "es2015",
|
||||
"moduleResolution": "node",
|
||||
"allowJs": true,
|
||||
"noEmitOnError": true,
|
||||
"baseUrl": ".",
|
||||
"sourceMap": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user