mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 21:10:38 +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 { uniq } = require('lodash')
|
||||
const hash = require('hash-sum')
|
||||
const {
|
||||
chainFn,
|
||||
sequence,
|
||||
depricated,
|
||||
printError,
|
||||
printWarn
|
||||
} = require('../common/utils')
|
||||
const { chainFn, sequence, printError, printWarn } = require('../common/utils')
|
||||
|
||||
module.exports = class ModuleContainer {
|
||||
constructor(nuxt) {
|
||||
|
Loading…
Reference in New Issue
Block a user