mirror of https://github.com/webpack/webpack.git
18 lines
637 B
JavaScript
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\)/
|
|
]
|
|
];
|