mirror of
https://github.com/nomadic-labs/safesupport-chatbox
synced 2025-12-16 15:33:23 +00:00
Storybook (#122)
* adding storybook * update webpack config * Update package.json * udpating build script
This commit is contained in:
committed by
Benjamin Boudreau
parent
2c7653ba8b
commit
02d52921ad
13
.storybook/webpack.config.js
Normal file
13
.storybook/webpack.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.scss$/,
|
||||
use: ['style-loader', 'css-loader', 'sass-loader'],
|
||||
include: path.resolve(__dirname, '../'),
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user