Showing
1 changed file
with
1 additions
and
0 deletions
@@ -36,6 +36,7 @@ baseConfig.devServer = { | @@ -36,6 +36,7 @@ baseConfig.devServer = { | ||
36 | baseConfig.plugins.push( | 36 | baseConfig.plugins.push( |
37 | new StyleLintPlugin({ | 37 | new StyleLintPlugin({ |
38 | files: ['public/scss/**/*.css', 'public/vue/**/*.vue'], | 38 | files: ['public/scss/**/*.css', 'public/vue/**/*.vue'], |
39 | + syntax: 'scss' | ||
39 | }), | 40 | }), |
40 | new webpack.HotModuleReplacementPlugin() | 41 | new webpack.HotModuleReplacementPlugin() |
41 | ); | 42 | ); |
-
Please register or login to post a comment