Merge pull request #19 from MrXujiang/yehuozhiliwork

fix nodesass bug
This commit is contained in:
yehuozhili 2020-09-07 08:43:44 +08:00 committed by GitHub
commit 335a9f6209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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',