You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.js
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -986,13 +986,18 @@ class Encore {
986
986
webpackConfig=null;
987
987
}
988
988
989
-
/*
990
-
* Removed Public Methods
989
+
/**
990
+
* @deprecated
991
+
* @return {void}
991
992
*/
992
993
configureExtractTextPlugin(){
993
994
thrownewError('The configureExtractTextPlugin() method was removed from Encore. The underlying plugin was removed from Webpack 4.');
994
995
}
995
996
997
+
/**
998
+
* @deprecated
999
+
* @return {void}
1000
+
*/
996
1001
enableCoffeeScriptLoader(){
997
1002
thrownewError('The enableCoffeeScriptLoader() method and CoffeeScript support was removed from Encore due to support problems with Webpack 4. If you are interested in this feature, please submit a pull request!');
0 commit comments