We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6700ce1 commit 70e303fCopy full SHA for 70e303f
.storybook/webpack.config.js
@@ -2,7 +2,7 @@ const path = require('path');
2
3
// Export a function. Accept the base config as the only param.
4
module.exports = async ({ config, mode }) => {
5
- config.output.publicPath = 'http://localhost:6006/'
+ // config.output.publicPath = 'http://localhost:6006/'
6
config.resolve.extensions.push('.vue');
7
config.resolve.alias['@'] = path.resolve(__dirname, '../src');
8
// `mode` has a value of 'DEVELOPMENT' or 'PRODUCTION'
0 commit comments