diff --git a/.storybook/main.js b/.storybook/main.js index eaa33435ff1465..cce2e61868cd33 100644 --- a/.storybook/main.js +++ b/.storybook/main.js @@ -71,7 +71,8 @@ module.exports = /** @type {Omit} */ ({ */ enforce: 'post', test: /\.stories\.tsx$/, - include: /src/, + //TODO: simplify once all v9 packages have been migrated to new package structure. Tracking work: https://github.com/microsoft/fluentui/issues/24129 + include: /stories|src/, exclude: /node_modules/, use: { loader: 'babel-loader',