webpack/test/cases/json/import-by-name-with-concate.../warnings.js

18 lines
637 B
JavaScript

module.exports = [
[
/Can't import the named export '2' \(imported as 'c'\) from JSON module \(only default export is available\)/
],
[
/Can't import the named export 'aa' \(imported as 'aa'\) from JSON module \(only default export is available\)/
],
[
/Can't import the named export 'bb' \(imported as 'bb'\) from JSON module \(only default export is available\)/
],
[
/Can't import the named export 'named' \(imported as 'named'\) from JSON module \(only default export is available\)/
],
[
/Can't import the named export 'named' \(imported as 'gnamed'\) from JSON module \(only default export is available\)/
]
];