tuotuo

Results 3 comments of tuotuo

Also need to modify the text. like this: node.text = "xxx"

you can figure out like this: import NpmImport from 'less-plugin-npm-import'; import postcss from 'rollup-plugin-postcss'; export default { ...... plugins: [ postcss({ use: [['less', { plugins: [new NpmImport({prefix: '~'})], }]], }),...