esbuild-plugin-cache
PR出したいtakker.icon
なんてPR書けばいいのかな?
enable the \`extenal\` optionでいいかな?
一旦Issue書いて、それを参照する形でPRだすのがよさそう
タイトルはThrow Error when \`external\` is set
2021-05-25 17:22:40 できた
Denoから使うのが簡単
code:sh
cd react-vim-wasm
code:sample.js
const importmap = {
imports: {
},
};
const {code} = await esbuild.build({
outfile: 'index.min.js',
bundle: true,
minify: true,
platform: 'neutral',
jsxFactory: 'h',
jsxFragment: 'Fragment',
});
esbuild.stop();