Skip to content

Commit 2443383

Browse files
author
Julio Pavón
committed
fix paths
1 parent 35562f1 commit 2443383

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/webpack.config.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ module.exports = {
254254
{
255255
loader: 'sass-loader',
256256
options: {
257-
includePaths: [paths.appSrc + '/src/styles', paths.appSrc + '/src/components']
257+
includePaths: [paths.appSrc + '/styles', paths.appSrc + '/components']
258258
}
259259
}
260260
],

config/webpack.config.prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ module.exports = {
290290
{
291291
loader: 'sass-loader',
292292
options: {
293-
includePaths: [paths.appSrc + '/src/styles', paths.appSrc + '/src/components']
293+
includePaths: [paths.appSrc + '/styles', paths.appSrc + '/components']
294294
}
295295
}
296296
],

0 commit comments

Comments
 (0)