Skip to content

Commit

Permalink
Merge pull request #6324 from mikach/patch-3
Browse files Browse the repository at this point in the history
Clean up unused code
  • Loading branch information
shilman committed Mar 29, 2019
1 parent aef57ef commit 6aecbc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/pages/configurations/typescript-config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ We have had the best experience using `awesome-typescript-loader`, but other tut
We first have to use the [custom Webpack config in full control mode, extending default configs](/configurations/custom-webpack-config/#full-control-mode--default) by creating a `webpack.config.js` file in our Storybook configuration directory (by default, it’s `.storybook`):

```js
const path = require('path');
module.exports = ({ config, mode }) => {
module.exports = ({ config }) => {
config.module.rules.push({
test: /\.(ts|tsx)$/,
use: [
Expand Down

0 comments on commit 6aecbc1

Please sign in to comment.