Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Q committed Mar 5, 2019
1 parent faf4665 commit e11abc9
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 504 deletions.
7 changes: 6 additions & 1 deletion .storybook/webpack.config.js
Expand Up @@ -3,7 +3,12 @@ module.exports = (baseConfig, env, config) => {
config.module.rules.push({
test: /\.(ts|tsx)$/,
exclude: /__tests__/,
loader: require.resolve('awesome-typescript-loader'),
use: {
loader: require.resolve('babel-loader'),
options: {
presets: ['@helpscout/zero/babel'],
},
},
})
config.resolve.extensions.push('.ts', '.tsx')
return config
Expand Down

0 comments on commit e11abc9

Please sign in to comment.