snowpack posthtml:Snowpack + Posthtml样板 源码
Snowpack的样板+ posthtml 构型 snowpack.config.js module . exports = { mount : { public : { url : '/' , static : true } , src : { url : '/' } , } , plugins : [ [ './posthtml-transform' , { plugins : { 'posthtml-modules' : { root : './src' , } , } , } ] , ] , } ; snowpack.config.js + posthtml.config.js snowpack.config.js module . exports = { mount : {
用户评论