mirror of https://github.com/webpack/webpack.git
21 lines
688 B
JavaScript
21 lines
688 B
JavaScript
|
module.exports = [
|
||
|
[
|
||
|
/Can't import the namespace object from non EcmaScript module \(only default export is available\)/
|
||
|
],
|
||
|
[
|
||
|
/Can't import the namespace object from non EcmaScript module \(only default export is available\)/
|
||
|
],
|
||
|
[
|
||
|
/Can't import the named export 'data' from non EcmaScript module \(only default export is available\)/
|
||
|
],
|
||
|
[
|
||
|
/Can't import the named export 'data' from non EcmaScript module \(only default export is available\)/
|
||
|
],
|
||
|
[
|
||
|
/Can't reexport the namespace object from non EcmaScript module \(only default export is available\)/
|
||
|
],
|
||
|
[
|
||
|
/Can't reexport the named export 'data' from non EcmaScript module \(only default export is available\)/
|
||
|
]
|
||
|
];
|