mirror of
https://github.com/youzan/vant.git
synced 2026-04-17 02:06:57 +08:00
[Improvement] remove unused dependencies & scripts (#453)
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = function(config) {
|
||||
reporters: ['spec', 'coverage'],
|
||||
files: ['./index.js'],
|
||||
preprocessors: {
|
||||
'./index.js': ['webpack', 'sourcemap'],
|
||||
'./index.js': ['webpack'],
|
||||
'test/unit/!(components)/**/*.vue': ['coverage']
|
||||
},
|
||||
webpack: getWebpackConfig(getTestFileName()),
|
||||
|
||||
Reference in New Issue
Block a user