mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-05-19 02:09:17 +08:00
8 lines
318 B
TypeScript
8 lines
318 B
TypeScript
import { htmlTitlePlugin } from './html-title-plugin'
|
|
import { mixinCss } from './mixin-css'
|
|
import { cdnResolve } from './cdn-resolve'
|
|
import { svgIconResolve } from './svg-icon-resolve'
|
|
import { chunksCopilot } from './chunks-copilot'
|
|
|
|
export { htmlTitlePlugin, mixinCss, cdnResolve, svgIconResolve, chunksCopilot }
|