Skip to content

Commit a5de09e

Browse files
authored
Merge pull request #17 from sumcumo/chore/npm
Chore/npm
2 parents 8bb7f16 + 1f5e3d2 commit a5de09e

File tree

4 files changed

+13975
-8635
lines changed

4 files changed

+13975
-8635
lines changed

lib/dev-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ module.exports.setupDevServer = ({ server, templatePath, onUpdate, webpackConfig
119119
copied = ''
120120
if (firstRun) {
121121
firstRun = false
122-
if(config.copyUrlOnStart) {
122+
if (config.copyUrlOnStart) {
123123
require('clipboardy').write(url)
124124
copied = chalk.dim('(copied to clipboard)')
125125
}

0 commit comments

Comments
 (0)