diff --git a/packages/odyssey-storybook/.storybook/main.js b/packages/odyssey-storybook/.storybook/main.js index 18cab5f1d4..9abebb0190 100644 --- a/packages/odyssey-storybook/.storybook/main.js +++ b/packages/odyssey-storybook/.storybook/main.js @@ -10,9 +10,6 @@ * See the License for the specific language governing permissions and limitations under the License. */ -const path = require("path"); -const { ProvidePlugin } = require("webpack"); - module.exports = { addons: [ "@storybook/addon-links", diff --git a/packages/odyssey-storybook/.storybook/preview.js b/packages/odyssey-storybook/.storybook/preview.js index daea26a0f3..24cd9e4aeb 100644 --- a/packages/odyssey-storybook/.storybook/preview.js +++ b/packages/odyssey-storybook/.storybook/preview.js @@ -38,4 +38,9 @@ export const parameters = { }, ], }, + docs: { + source: { + excludeDecorators: true, + }, + }, };