绿满眶商城微信小程序-uniapp
zxl
2025-07-23 1ae987d882c1d67c0ee11c40af05d311df9e214b
vue.config.js
@@ -1,7 +1,7 @@
// module.exports = {
module.exports = {
//     /**
//      *  此处为发行h5,微信小程序,app中删除console
//      *  此处为发行h5,微信小程序,app中删除console
//      *  如需显示console 需要注释此处重新运行
//      */
//     chainWebpack: (config) => {
@@ -17,5 +17,13 @@
//             return args
//         })
//     }
// }
//     },
    css: {
        loaderOptions: {
            sass: {
                implementation: require('node-sass'), // 明确使用 node-sass
            },
        },
    },
}