Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Commit 65f2040

Browse files
committed
Update the target files to apply some style-loader files
1 parent 43255ef commit 65f2040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
module: {
1313
rules: [
1414
{
15-
test: /\.css$/,
15+
test: /\.(sa|sc|c)ss$/,
1616
use: [
1717
'vue-style-loader',
1818
'css-loader'

0 commit comments

Comments
 (0)