webpack/test/fixtures/chunk-b.js

4 lines
85 B
JavaScript

module.exports = () => {
return import(/* webpackChunkName: "chunkB" */ "./b");
};