You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In karma.conf.js, we specify inline-source-map for devtool. I think this is the value used in the karma-webpack readme. However, I noticed that the unit-mocha plugin for Vue CLI specifies inline-cheap-module-source-map. It looks like this is a little faster than inline-source-map, so maybe we should consider switching? Those source maps wouldn't include column information, but they would indicate source line numbers, which I think is all we need.
The text was updated successfully, but these errors were encountered:
In
karma.conf.js
, we specifyinline-source-map
fordevtool
. I think this is the value used in thekarma-webpack
readme. However, I noticed that the unit-mocha plugin for Vue CLI specifiesinline-cheap-module-source-map
. It looks like this is a little faster thaninline-source-map
, so maybe we should consider switching? Those source maps wouldn't include column information, but they would indicate source line numbers, which I think is all we need.The text was updated successfully, but these errors were encountered: