Skip to content

Conversation

@bird-cage
Copy link

@bird-cage bird-cage commented Jan 7, 2018

@LinusBorg
The changes are similar as described at #1217, with the addition that in the notification message http|https are show as appropriate.

It took me a while to realize I had to $ vue init bird-cage/webpack #branchName (I'm new to this ;-), but then it worked as expected.

What do you think?

What I also see, but can't figure out how to improve (assuming you would see this as an enhancement) is if for example the port is set in package.json scripts dev: .... --port 8181 the dev server does use this port instead of that in config/index.js, but the notification message still reads ...:8080 or whatever is set in config/index.js

hot: true,
contentBase: false, // since we use CopyWebpackPlugin.
compress: true,
https: config.dev.https,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! We still have to add the actual property to /config/index.js file so people can know about the option's existance without studying the webpack files.

@LinusBorg LinusBorg added this to the 1.4.0 milestone Jan 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants