chore: fix storybook weirdness

This commit is contained in:
41666 2021-03-12 18:43:56 -05:00
parent da6037cf6d
commit e5e031fa27

View file

@ -1,7 +1,3 @@
const path = require('path');
const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
const { NormalModuleReplacementPlugin } = require('webpack');
module.exports = {
stories: ['../**/*.stories.mdx', '../**/*.stories.@(js|jsx|ts|tsx)'],
addons: ['@storybook/addon-links', '@storybook/addon-essentials'],