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 b59436a commit f48ce24Copy full SHA for f48ce24
actions/build.action.ts
@@ -266,11 +266,6 @@ export class BuildAction extends AbstractAction {
266
if (!isWebpackFileAvailable && webpackPath === defaultPath) {
267
return ({}) => ({});
268
}
269
-
270
- try {
271
- return require(pathToWebpackFile);
272
- } catch (err) {
273
- throw err;
274
- }
+ return require(pathToWebpackFile);
275
276
0 commit comments