pluginloader: esModule true for systemjs config

Supports importing a module's contents with the
'* as module' syntax. The latest version of SystemJS turns
it off per default which broke several plugins.

(cherry picked from commit 7cbb4020e9)
This commit is contained in:
Daniel Lee
2017-10-19 09:04:22 +02:00
parent fb35d839c1
commit 2ce36c8670
@@ -38,6 +38,9 @@ System.config({
text: 'vendor/plugin-text/text.js',
css: 'vendor/plugin-css/css.js'
},
meta: {
'*': {esModule: true}
}
});
// add cache busting