webpack/test/cases/mjs/cjs-import-default/errors.js

21 lines
688 B
JavaScript
Raw Normal View History

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\)/
]
];