Skip to content

Commit c4351d8

Browse files
committed
removing already unused, deprecated option
1 parent 69ecce9 commit c4351d8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/WebpackConfig.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,6 @@ class WebpackConfig {
132132
resolveUrlLoader: true,
133133
resolveUrlLoaderOptions: {}
134134
};
135-
/** @deprecated */
136-
this.stimulusOptions = {
137-
controllerJsonPath: null,
138-
};
139135
this.preactOptions = {
140136
preactCompat: false
141137
};
@@ -686,7 +682,6 @@ class WebpackConfig {
686682
this.addEntry(name, rootDir + '/' + controllersData.entrypoints[name]);
687683
}
688684

689-
this.stimulusOptions.controllersJsonPath = controllerJsonPath;
690685
this.addAliases({
691686
'@symfony/stimulus-bridge/controllers.json': path.resolve(controllerJsonPath),
692687
});

0 commit comments

Comments
 (0)