fix: markline

This commit is contained in:
hufeixiong
2021-07-27 10:58:41 +08:00
parent 8a178c82f0
commit 858273fe11
12 changed files with 234 additions and 81 deletions

View File

@@ -2,14 +2,15 @@
* @Author: yehuozhili
* @Date: 2021-03-14 05:02:28
* @LastEditors: yehuozhili
* @LastEditTime: 2021-07-04 16:40:17
* @FilePath: \DooringV2\packages\dooring-v2-lib\tsdx.config.js
* @LastEditTime: 2021-07-26 14:55:29
* @FilePath: \dooringx\packages\dooringx-lib\tsdx.config.js
*/
const postcss = require('rollup-plugin-postcss');
const replace = require('@rollup/plugin-replace');
module.exports = {
rollup(config, options) {
config.output.banner = '// 有问题请加QQ 673632758 by yehuozhili';
config.plugins.push(
postcss({
inject: false,