Skip to content

Commit

Permalink
updated conduction/components package
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Feb 13, 2024
1 parent a2aa1cf commit 92fb2d8
Show file tree
Hide file tree
Showing 4 changed files with 1,683 additions and 3,751 deletions.
2 changes: 1 addition & 1 deletion pwa/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports.onCreateBabelConfig = ({ actions }) => {
};

exports.onCreateWebpackConfig = ({ stage, actions, getConfig }) => {
if (stage === "develop") {
if (stage === "develop" || stage === "build-javascript") {
const config = getConfig();
const miniCssExtractPlugin = config.plugins.find(
(plugin) => plugin.constructor.name === "MiniCssExtractPlugin",
Expand Down
Loading

0 comments on commit 92fb2d8

Please sign in to comment.