Skip to content

Commit 4a01778

Browse files
feat: fix storybook
1 parent af6fb07 commit 4a01778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const path = require('path');
44
const dotenv = require('dotenv');
55
const _ = require('underscore');
66
const custom = require('../config/webpack/webpack.common')({
7-
envFile: '../.env.production',
7+
envFile: '.env.production',
88
});
99

1010
const env = dotenv.config({path: path.resolve(__dirname, '../.env.staging')}).parsed;

0 commit comments

Comments
 (0)