Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Inline: Refactor (#490)
Browse files Browse the repository at this point in the history
This update refactors the `Inline` component, converting it to TypeScript
and the SCSS -> `.css.js` 🙌.

The previous `extendChild` prop has been removed. The only place it was
being used was in `TagList`. That implemention has been adjusted to no
longer require that functionality.
  • Loading branch information
Jon Quach committed Feb 20, 2019
1 parent 344a379 commit 9f8502f
Show file tree
Hide file tree
Showing 23 changed files with 470 additions and 469 deletions.
2 changes: 1 addition & 1 deletion .storybook/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = (baseConfig, env, config) => {
// Typescript
config.module.rules.push({
test: /\.(ts|tsx)$/,
exclude: /__tests__/,
exclude: /test/,
loader: require.resolve('awesome-typescript-loader'),
})
config.resolve.extensions.push('.ts', '.tsx')
Expand Down

0 comments on commit 9f8502f

Please sign in to comment.