We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
none
1 parent c64798d commit 3ddc19fCopy full SHA for 3ddc19f
packages/@vue/cli-plugin-unit-mocha/index.js
@@ -1,6 +1,8 @@
1
module.exports = api => {
2
api.chainWebpack(webpackConfig => {
3
if (process.env.NODE_ENV === 'test') {
4
+ webpackConfig.mode('none')
5
+
6
webpackConfig.merge({
7
target: 'node',
8
devtool: 'inline-cheap-module-source-map'
0 commit comments