vite-plugin-style-import icon indicating copy to clipboard operation
vite-plugin-style-import copied to clipboard

麻烦支持一下arco-design/web-vue

Open lnool opened this issue 2 years ago • 3 comments

lnool avatar Dec 30 '21 16:12 lnool

+1

vortesnail avatar Feb 13 '22 13:02 vortesnail

this's file. in vite.config.js

createStyleImportPlugin({
      libs: [
        {
          libraryName: '@arco-design/web-vue',
          esModule: true,
          resolveStyle: (name) => {
            const exclude = ['menu-item']
            if (exclude.includes(name)) return ''
            // css
            return `@arco-design/web-vue/es/${name}/style/css.js`
          },
        },
      ],
    }),

eric-gitta-moore avatar Aug 05 '22 11:08 eric-gitta-moore

+1

evanwu66 avatar Feb 03 '24 16:02 evanwu66