UNPKG

@quasar/app-webpack

Version:

Quasar Framework App CLI with Webpack

15 lines (13 loc) 308 B
const stringError = require('../formatters/stringError.js') module.exports = function transform (error) { return ( error.__formatter === void 0 && typeof error.webpackError === 'string' ) ? { ...error, __severity: 1100, __formatter: stringError } : error }