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

12 lines
428 B
JavaScript

module.exports = [
[
/Can't import the named export 'data' \(imported as 'data'\) from non EcmaScript module \(only default export is available\)/
],
[
/Can't import the named export 'data' \(imported as 'data'\) from non EcmaScript module \(only default export is available\)/
],
[
/Can't import the named export 'data' \(reexported as 'data'\) from non EcmaScript module \(only default export is available\)/
]
];