fekey-preprocessor-langext

1.0.1 • Public • Published

fekey-preprocessor-extlang

fekey preproccessor plugin for parse swig custom tags.

支持使用Swig script, style 插件的JavaScript的语言扩展

{% script %}
    require('./a.js');
    __inline('./b.js');
    var a = __uri('./c.js');
    //blabla
{% endscript %}
 
{% style %}
@import url(./a.css?__inline);
{% endstyle %}

Readme

Keywords

Package Sidebar

Install

npm i fekey-preprocessor-langext

Weekly Downloads

3

Version

1.0.1

License

ISC

Last publish

Collaborators

  • flippyxu