webpack/test/configCases/errors/asset-options-validation/errors.js

9 lines
226 B
JavaScript

"use strict";
module.exports = [
[
/Invalid generator object\. Asset Modules Plugin has been initialized using a generator object that does not match the API schema/,
/generator has an unknown property 'filename'/
]
];