webpack/test/configCases/library/invalid-name/errors.js

9 lines
169 B
JavaScript

"use strict";
module.exports = [
[
/Library name base \(123-hello world\) must be a valid identifier/,
/use a valid identifier \(e\. g\. _123_hello_world\)/
]
];