mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
revert showCursor
This commit is contained in:
parent
5e595e7e66
commit
a5373f2464
@ -5,17 +5,12 @@ import _ from 'lodash'
|
||||
import VueLoader from 'vue-loader'
|
||||
import MiniCssExtractPlugin from 'mini-css-extract-plugin'
|
||||
import WebpackBar from 'webpackbar'
|
||||
import LogUpdate from 'log-update'
|
||||
|
||||
import { isUrl, urlJoin } from '../../common/utils'
|
||||
import StyleLoader from './utils/style-loader'
|
||||
import WarnFixPlugin from './plugins/warnfix'
|
||||
import StatsPlugin from './plugins/stats'
|
||||
|
||||
const logUpdate = LogUpdate.create(process.stderr, {
|
||||
showCursor: true
|
||||
})
|
||||
|
||||
export default class WebpackBaseConfig {
|
||||
constructor(builder, options) {
|
||||
this.name = options.name
|
||||
@ -212,7 +207,6 @@ export default class WebpackBaseConfig {
|
||||
name: this.isServer ? 'server' : 'client',
|
||||
color: this.isServer ? 'orange' : 'green',
|
||||
compiledIn: false,
|
||||
logUpdate,
|
||||
done: () => {
|
||||
if (this.options.dev) {
|
||||
this.nuxt.showReady(true)
|
||||
|
@ -94,7 +94,6 @@
|
||||
"html-webpack-plugin": "^3.1.0",
|
||||
"launch-editor-middleware": "^2.2.1",
|
||||
"lodash": "^4.17.5",
|
||||
"log-update": "^2.3.0",
|
||||
"lru-cache": "^4.1.2",
|
||||
"memory-fs": "^0.4.1",
|
||||
"mini-css-extract-plugin": "^0.4.0",
|
||||
|
Loading…
Reference in New Issue
Block a user