Skip to content

Commit 70e303f

Browse files
committedJun 5, 2020
Remove public path
1 parent 6700ce1 commit 70e303f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.storybook/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const path = require('path');
22

33
// Export a function. Accept the base config as the only param.
44
module.exports = async ({ config, mode }) => {
5-
config.output.publicPath = 'http://localhost:6006/'
5+
// config.output.publicPath = 'http://localhost:6006/'
66
config.resolve.extensions.push('.vue');
77
config.resolve.alias['@'] = path.resolve(__dirname, '../src');
88
// `mode` has a value of 'DEVELOPMENT' or 'PRODUCTION'

0 commit comments

Comments
 (0)
Please sign in to comment.