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

7 lines
211 B
JavaScript
Raw Normal View History

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'/
]
];