We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ecce9 commit c4351d8Copy full SHA for c4351d8
lib/WebpackConfig.js
@@ -132,10 +132,6 @@ class WebpackConfig {
132
resolveUrlLoader: true,
133
resolveUrlLoaderOptions: {}
134
};
135
- /** @deprecated */
136
- this.stimulusOptions = {
137
- controllerJsonPath: null,
138
- };
139
this.preactOptions = {
140
preactCompat: false
141
@@ -686,7 +682,6 @@ class WebpackConfig {
686
682
this.addEntry(name, rootDir + '/' + controllersData.entrypoints[name]);
687
683
}
688
684
689
- this.stimulusOptions.controllersJsonPath = controllerJsonPath;
690
685
this.addAliases({
691
'@symfony/stimulus-bridge/controllers.json': path.resolve(controllerJsonPath),
692
});
0 commit comments