webpack/test/configCases/parsing/system.import/warnings.js

6 lines
106 B
JavaScript

"use strict";
module.exports = [
[{compilerPath: /system_true/}, /System\.import\(\) is deprecated/]
];