We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f818f commit 1b76871Copy full SHA for 1b76871
template/config/index.js
@@ -41,12 +41,7 @@ module.exports = {
41
// https://vue-loader.vuejs.org/en/options.html#cachebusting
42
cacheBusting: true,
43
44
- // CSS Sourcemaps off by default because relative paths are "buggy"
45
- // with this option, according to the CSS-Loader README
46
- // (https://github.com/webpack/css-loader#sourcemaps)
47
- // In our experience, they generally work as expected,
48
- // just be aware of this issue when enabling this option.
49
- cssSourceMap: false,
+ cssSourceMap: true,
50
},
51
52
build: {
0 commit comments