mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +00:00
eslint
This commit is contained in:
parent
cef64cdbad
commit
58279166e2
@ -2,13 +2,7 @@ const path = require('path')
|
|||||||
const fs = require('fs')
|
const fs = require('fs')
|
||||||
const { uniq } = require('lodash')
|
const { uniq } = require('lodash')
|
||||||
const hash = require('hash-sum')
|
const hash = require('hash-sum')
|
||||||
const {
|
const { chainFn, sequence, printError, printWarn } = require('../common/utils')
|
||||||
chainFn,
|
|
||||||
sequence,
|
|
||||||
depricated,
|
|
||||||
printError,
|
|
||||||
printWarn
|
|
||||||
} = require('../common/utils')
|
|
||||||
|
|
||||||
module.exports = class ModuleContainer {
|
module.exports = class ModuleContainer {
|
||||||
constructor(nuxt) {
|
constructor(nuxt) {
|
||||||
|
Loading…
Reference in New Issue
Block a user