babel-preset-es2015-without-strict-loose

Babel preset for not using strict mode and using the loose option (useful for IE 10+ support)

Usage no npm install needed!

<script type="module">
  import babelPresetEs2015WithoutStrictLoose from 'https://cdn.skypack.dev/babel-preset-es2015-without-strict-loose';
</script>

README

Babel preset for not using strict and using the loose option (useful for IE 10+ support)

CHANGE LOG:

  • added class-properties (though not techinically es2015, I think it is fine to add)