webpack/test/cases/parsing/asi/warnings.js

8 lines
248 B
JavaScript

"use strict";
module.exports = [
[
/Critical dependency: 'import\.meta' cannot be used as a standalone expression\. For static analysis, its properties must be accessed directly \(e\.g\., 'import\.meta\.url'\) or through destructuring\./
]
];