File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "devDependencies" : {
44 "@babel/core" : " ^7.20.5" ,
55 "@babel/preset-env" : " ^7.20.2" ,
6- "@symfony/webpack-encore" : " ^4 " ,
6+ "@symfony/webpack-encore" : " ^5.3.1 " ,
77 "compass-mixins" : " ^0.12" ,
8- "css-loader" : " ^6 " ,
8+ "css-loader" : " ^7.1.2 " ,
99 "file-loader" : " ^6.0.0" ,
1010 "jquery" : " ~3" ,
1111 "sass" : " ^1.43" ,
12- "sass-loader" : " ^13 " ,
12+ "sass-loader" : " ^16.0.6 " ,
1313 "webpack" : " ^5.94.0" ,
14- "webpack-cli" : " ^5 .0.0 " ,
14+ "webpack-cli" : " ^6 .0.1 " ,
1515 "webpack-import-glob-loader" : " ^1.6.3"
1616 },
1717 "dependencies" : {
18- "js-yaml" : " ^3.13.1" ,
1918 "postcss" : " >=8.4.31" ,
2019 "select2" : " ~4" ,
2120 "yarn" : " ^1.22.19"
Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ Encore
1111 . addStyleEntry ( 'global' , './assets/scss/application.scss' )
1212 . addLoader ( { test : / \. s c s s $ / , loader : 'webpack-import-glob-loader' } )
1313 . enableSassLoader ( function ( options ) {
14+ options . api = 'modern' ;
1415 options . sassOptions = {
1516 outputStyle : 'expanded' ,
16- includePaths : [ 'public' ] ,
17+ loadPaths : [ 'public' ] ,
1718 } ;
1819 } )
1920 . autoProvidejQuery ( )
You can’t perform that action at this time.
0 commit comments