npm install stc-moveto
const csslint = require('stc-moveto')
stc.workflow({
moveto: {plugin: moveto, include: {type: 'tpl'}}
})
<script stc-moveto="head" src="xxx"></script>
<link stc-moveto="head">
<style stc-moveto="tail"></style>
npm install stc-moveto
const csslint = require('stc-moveto')
stc.workflow({
moveto: {plugin: moveto, include: {type: 'tpl'}}
})
<script stc-moveto="head" src="xxx"></script>
<link stc-moveto="head">
<style stc-moveto="tail"></style>