diff --git a/lib/core/module.js b/lib/core/module.js index d7da22d43..78e3a82c2 100755 --- a/lib/core/module.js +++ b/lib/core/module.js @@ -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) {