Skip to content

gionkunz/plugin-text

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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';

Packages

No packages published

Languages

  • JavaScript 63.9%
  • HTML 36.1%