Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
quick-xp committed Apr 21, 2019
1 parent df6a155 commit 36dd427
Show file tree
Hide file tree
Showing 6 changed files with 10,707 additions and 18,399 deletions.
16 changes: 16 additions & 0 deletions .storybook/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,22 @@ module.exports = ({ config }) => {
},
]
})
config.module.rules.push({
test: /\.(svg|gif|jpe?g|png)$/,
use: [
{
loader: require.resolve('url-loader'),
},
]
})
config.module.rules.push({
test: /\.(eot|woff|woff2|ttf)$/,
use: [
{
loader: require.resolve('url-loader'),
},
]
})
config.module.rules.push({
test: /\.(sc|sa|c)ss/,
use: [
Expand Down
Loading

0 comments on commit 36dd427

Please sign in to comment.