You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2020. It is now read-only.
When SystemLoader.fetch is executed on node, if the source file is UTF-8 and has a BOM, this is not stripped out by default (see nodejs/node-v0.x-archive#1918). This is causing an issue in systemjs-builder, when minification is enabled, and the plugin-text is used, as the BOM gets encoded, so you land up with strings like:
"\ufeff<div>hello</div>"
I'll submit a PR for this shortly
The text was updated successfully, but these errors were encountered:
jonoward
added a commit
to jonoward/es6-module-loader
that referenced
this issue
Jun 3, 2015
When SystemLoader.fetch is executed on node, if the source file is UTF-8 and has a BOM, this is not stripped out by default (see nodejs/node-v0.x-archive#1918). This is causing an issue in systemjs-builder, when minification is enabled, and the plugin-text is used, as the BOM gets encoded, so you land up with strings like:
"\ufeff<div>hello</div>"
I'll submit a PR for this shortly
The text was updated successfully, but these errors were encountered: