Skip to content

Commit 79da69b

Browse files
Remove duplicate theme .js processing
Because of gatsbyjs#14111, we can remove the custom theme processing.
1 parent a3b77f2 commit 79da69b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gatsby/src/utils/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ module.exports = async (program, directory, suppliedStage) => {
274274
})
275275
)
276276
}
277+
277278
switch (stage) {
278279
case `develop`: {
279280
// get schema to pass to eslint config and program for directory

0 commit comments

Comments
 (0)