fix nodesass bug

This commit is contained in:
yehuozhili 2020-09-07 07:55:23 +08:00
parent 91feab72cf
commit d0b785ad9b
2 changed files with 1 additions and 7 deletions

5
.gitignore vendored
View File

@ -103,8 +103,5 @@ dist
# TernJS port file
.tern-port
<<<<<<< HEAD
/**/*.umi
=======
.umi/
>>>>>>> upstream/master
.umi-production/

View File

@ -9,9 +9,6 @@ export default defineConfig({
immer: true,
},
antd: {},
sass: {
implementation: require('node-sass'),
},
title: '趣谈前端-h5-visible-tool',
exportStatic: {},
base: 'h5_plus',