We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e24dab + d6ac9ff commit dc3c3edCopy full SHA for dc3c3ed
.storybook/webpack.config.js
@@ -0,0 +1,9 @@
1
+const path = require('path');
2
+
3
+module.exports = {
4
+ resolve: {
5
+ alias: {
6
+ 'react-chartjs-2': path.join(__dirname, '../src'),
7
+ },
8
9
+}
0 commit comments