Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion qmui.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
},

/**
* BrowerSync 设置
* BrowserSync 设置
*
*/
'browserSync': {
Expand Down
2 changes: 1 addition & 1 deletion stylelint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
],
'rules': {
/**
* Plungins
* Plugins
*/
// @include 黑名单
'wechat-work/unused-mixins':
Expand Down
2 changes: 1 addition & 1 deletion workflow/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = (gulp, mix) => {
// 常规启动任务
const mainTasks = ['include', 'sass', 'watch'];

// 根据 broserSync 的类型加入对应的任务
// 根据 browserSync 的类型加入对应的任务
if (mix.config.browserSync.browserSyncMod === 'server' || mix.config.browserSync.browserSyncMod === 'proxy') {
mainTasks.push(mix.config.browserSync.browserSyncMod);
}
Expand Down