export default { preprocessorOptions: { scss: { additionalData: '@use "@/css/element-var.scss" as *;$--color-primary: #1E54D5;$namesapce:czhj;', }, less: { javascriptEnabled: true, modifyVars: { 'primary-color': '#1E54D5' }, charset: false }, // postcss: { // plugins: [ // { // postcssPlugin: 'internal:charset-removal', // AtRule: { // charset: (atRule: any) => { // if (atRule.name === 'charset') { // atRule.remove() // } // } // } // } // ] // } } }