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.
1 parent af6fb07 commit 4a01778Copy full SHA for 4a01778
.storybook/webpack.config.js
@@ -4,7 +4,7 @@ const path = require('path');
4
const dotenv = require('dotenv');
5
const _ = require('underscore');
6
const custom = require('../config/webpack/webpack.common')({
7
- envFile: '../.env.production',
+ envFile: '.env.production',
8
});
9
10
const env = dotenv.config({path: path.resolve(__dirname, '../.env.staging')}).parsed;
0 commit comments