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 f50b0de + 4a01778 commit 1274756Copy full SHA for 1274756
.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