Commit 0daf0980 authored by chencheng (δΊ‘θ°¦)'s avatar chencheng (δΊ‘θ°¦) Committed by ι™ˆε°θͺ

feat: disable hardSource (#3358)

parent 7afe65ce
...@@ -34,7 +34,7 @@ const plugins = [ ...@@ -34,7 +34,7 @@ const plugins = [
include: ['dva', 'dva/router', 'dva/saga', 'dva/fetch'], include: ['dva', 'dva/router', 'dva/saga', 'dva/fetch'],
exclude: ['@babel/runtime'], exclude: ['@babel/runtime'],
}, },
hardSource: true, hardSource: false,
} }
: {}), : {}),
}, },
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment