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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -963,6 +963,17 @@ class Encore {
963
963
runtimeConfig=null;
964
964
webpackConfig=null;
965
965
}
966
+
967
+
/*
968
+
* Removed Public Methods
969
+
*/
970
+
configureExtractTextPlugin(){
971
+
thrownewError('The configureExtractTextPlugin() method was removed from Encore. The underlying plugin was removed from Webpack 4.');
972
+
}
973
+
974
+
enableCoffeeScriptLoader(){
975
+
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!');
976
+
}
966
977
}
967
978
968
979
// Proxy the API in order to prevent calls to most of its methods
0 commit comments