Skip to content

Commit

Permalink
Merge pull request #31 from qld-gov-au/release-v1.0.4
Browse files Browse the repository at this point in the history
fix story code snippet in build
  • Loading branch information
devonpis authored Apr 14, 2022
2 parents f932e4b + 76a95ff commit da76e64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
test: /\.(s(a|c)ss)$/,
use: ["style-loader", "css-loader", "sass-loader"],
});
config.optimization = { ...config.optimization, minimize: false };
config.mode = "development";
return config;
},
};
2 changes: 1 addition & 1 deletion src/examples/SimpleWizard/SimpleWizard.code.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const simpleWizardCode = `
${indent(
SimpleWizard.toString().replaceAll(
"_helpers_FormioLoader__WEBPACK_IMPORTED_MODULE_0__",
"FormLoader"
"FormioLoader"
),
2
)}
Expand Down
2 changes: 1 addition & 1 deletion src/examples/SingleSignOn/SingleSignOn.code.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const singleSignOnCode = `
${indent(
SingleSignOn.toString().replaceAll(
"_helpers_FormioLoader__WEBPACK_IMPORTED_MODULE_0__",
"FormLoader"
"FormioLoader"
),
2
)}
Expand Down

0 comments on commit da76e64

Please sign in to comment.