mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-25 01:04:14 -05:00
chore: remove storybook (#1269)
* chore: remove storybook * chore: add in missing deps
This commit is contained in:
6
.storybook_old/webpack.config.js
Normal file
6
.storybook_old/webpack.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = ({ config }) => {
|
||||
const jsRule = config.module.rules.find((rule) => rule.test.test('.js'));
|
||||
jsRule.exclude = /node_modules/;
|
||||
|
||||
return config;
|
||||
};
|
||||
Reference in New Issue
Block a user