sad to see there were no legacy moves such as learning outrage* when evolving to salamence.
sad to see there were no legacy moves such as learning outrage* when evolving to salamence.
as some of you know, i'm the dark lord in pokemon go and have tamed many dark pokemon.
Hoenn Tour Day 1
got nothing.
no hundo.
got 330 kyogre primal energy and 160 groudon.
we lost to a snow boosted blizzard kyogre with 7 ppl.
even i, the Dark Lord, needed 5 of myself to defeat it.
rollup is easier with almost zero config.
according to stateofjs, vite and esbuild are of more interest today.
https://2022.stateofjs.com/en-US/libraries/build-tools/#build_tools_experience_ranking
but i have to support es3 so i'll stick with webpack.
ts-node is needed to write webpack.config in ts.
ts-loader is necessary to handle ts.
this will transpile src/Complex.ts to dist/Complex.js.
done by webpack alone.
from the user's (i.e., library author's) point of view, webpack "is" the transpiler.
i found i can convert a ts library to work in the browser by using a tool called webpack, a module bundler.
create webpack.config.ts (left) and tsconfig.json (right) like the attached images, then
% npm i -D webpack webpack-cli ts-loader ts-node
% npx webpack