This commit is contained in:
Pooya Parsa 2018-01-11 18:45:40 +03:30
parent cef64cdbad
commit 58279166e2

View File

@ -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) {