Skip to content

Commit 2dfa3d2

Browse files
authored
remove duplicate call to sass loader (kevinpapst#130)
1 parent 8d6bd72 commit 2dfa3d2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

webpack.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ Encore
2222
// generate only two files: app.js and app.css
2323
.addEntry('adminlte', './Resources/assets/admin-lte.js')
2424

25-
// enable sass/scss parser
26-
.enableSassLoader()
27-
2825
// show OS notifications when builds finish/fail
2926
.enableBuildNotifications()
3027

@@ -34,6 +31,7 @@ Encore
3431
// for "legacy" applications that require $/jQuery as a global variable
3532
.autoProvidejQuery()
3633

34+
// enable sass/scss parser
3735
// see https://symfony.com/doc/current/frontend/encore/bootstrap.html
3836
.enableSassLoader(function(sassOptions) {}, {
3937
resolveUrlLoader: false

0 commit comments

Comments
 (0)