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

12 lines
437 B
JavaScript
Raw Normal View History

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