mirror of https://github.com/webpack/webpack.git
8 lines
148 B
JavaScript
8 lines
148 B
JavaScript
|
"use strict";
|
||
|
|
||
|
module.exports = [
|
||
|
[
|
||
|
/Accessing import.meta directly is unsupported \(only property access or destructuring is supported\)/
|
||
|
]
|
||
|
];
|