diff --git a/client/webpack.config.js b/client/webpack.config.js index db761438f3c7..c9b1aca21f0b 100644 --- a/client/webpack.config.js +++ b/client/webpack.config.js @@ -13,6 +13,7 @@ const scriptsBase = path.join(__dirname, "src"); const testsBase = path.join(__dirname, "tests"); const libsBase = path.join(scriptsBase, "libs"); const styleBase = path.join(scriptsBase, "style"); +const helpTextConfigPath = path.join(scriptsBase, "stores", "helpMode"); const modulesExcludedFromLibs = [ "jspdf", @@ -106,6 +107,7 @@ module.exports = (env = {}, argv = {}) => { }, { test: /\.ya?ml$/, + include: helpTextConfigPath, loader: "yaml-loader", }, {