mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-01 05:13:15 +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) {
|
module.exports = function(defaults) {
|
||||||
const app = new EmberApp(defaults, {
|
const app = new EmberApp(defaults, {
|
||||||
|
'ember-cli-babel': {
|
||||||
|
includePolyfill: true
|
||||||
|
},
|
||||||
|
|
||||||
storeConfigInMeta: false,
|
storeConfigInMeta: false,
|
||||||
|
|
||||||
SRI: {
|
SRI: {
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es2015",
|
"target": "es2015",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
|
"allowJs": true,
|
||||||
"noEmitOnError": true,
|
"noEmitOnError": true,
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user