Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 336 Bytes

File metadata and controls

20 lines (15 loc) · 336 Bytes

text

SystemJS's text loading plugin. Text is loaded from the file into the variable as a string.

Basic Use

import myText from './mytext.html!text';

Unsupported syntax

// Do not do this
// Avoid curly brackets when using this plugin
import {myText} from './mytext.html!text';